# File webapp.rb, line 144
  def each_request_header(&block) # :yields: field_name, field_body
    @request_header.each(&block)
  end