Class: Faraday::Adapter::NetHttpPersistent

Inherits:
NetHttp show all
Defined in:
lib/faraday/adapter/net_http_persistent.rb

Constant Summary

Constants inherited from NetHttp

Faraday::Adapter::NetHttp::NET_HTTP_EXCEPTIONS

Constants inherited from Faraday::Adapter

CONTENT_LENGTH

Instance Attribute Summary

Attributes included from Parallelism

#supports_parallel

Method Summary

Methods inherited from NetHttp

#call, #initialize

Methods inherited from Faraday::Adapter

#call, #initialize

Methods included from Parallelism

#inherited, #supports_parallel?

Methods included from Faraday::AutoloadHelper

#all_loaded_constants, #autoload_all, #load_autoloaded_constants

Methods inherited from Middleware

dependency, inherited, #initialize, loaded?, new

Methods included from MiddlewareRegistry

#fetch_middleware, #load_middleware, #lookup_middleware, #middleware_mutex, #register_middleware

Constructor Details

This class inherits a constructor from Faraday::Adapter::NetHttp