class Faraday::Middleware

def initialize(app = nil, options = {})

def initialize(app = nil, options = {})
  @app = app
  @options = options
end