# File lib/faraday/request/gateway.rb, line 14
    def initialize(app, gateway)
      @app, @gateway = app, gateway
    end