module Faraday::Adapter::EMHttp::Options
def configure_socket(options, env)
def configure_socket(options, env) bind = request_options(env)[:bind] return unless bind options[:bind] = { host: bind[:host], port: bind[:port] } end
def configure_socket(options, env) bind = request_options(env)[:bind] return unless bind options[:bind] = { host: bind[:host], port: bind[:port] } end