Module: Async::HTTP::Faraday
- Defined in:
- lib/async/http/faraday/adapter.rb,
lib/async/http/faraday/version.rb
Defined Under Namespace
Classes: Adapter
Constant Summary collapse
- PERSISTENT =
Detect whether we can use persistent connections:
::Faraday::Connection.instance_methods.include?(:close)
- VERSION =
"0.8.0"