# File lib/action_controller/request.rb, line 66
    def headers
      @headers ||= ActionController::Http::Headers.new(@env)
    end