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