Sha256: 79efef659d7db2b9fb5a4a43d07e5c34203a1c8ac70b6097b88e73821249e95f
Contents?: true
Size: 790 Bytes
Versions: 1
Compression:
Stored size: 790 Bytes
Contents
# This file is autogenerated. Do not edit it by hand. Regenerate it with: # srb rbi gems # typed: strict # # If you would like to make changes to this file, great! Please create the gem's shim here: # # https://github.com/sorbet/sorbet-typed/new/master?filename=lib/faraday-excon/all/faraday-excon.rbi # # faraday-excon-1.1.0 module Faraday end class Faraday::Adapter end class Faraday::Adapter::Excon < Faraday::Adapter def amend_opts_with_proxy_settings!(opts, req); end def amend_opts_with_ssl!(opts, ssl); end def amend_opts_with_timeouts!(opts, req); end def build_connection(env); end def call(env); end def needs_ssl_settings?(env); end def opts_from_env(env); end def proxy_settings_for_opts(proxy); end def read_body(env); end end module Faraday::Excon end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ipt-2.1.0 | sorbet/rbi/gems/faraday-excon.rbi |