# File lib/faraday/request.rb, line 71
    def []=(key, value)
      headers[key] = value
    end