# File webapp.rb, line 165
  def each_header(&block) # :yields: field_name, field_body
    @response_header.each(&block)
  end