module Faraday
module Faraday::Adapter::HTTPX::RequestMixin
module Faraday::Adapter::HTTPX::Session::ReasonPlugin
module Faraday::Adapter::HTTPX::Session::ReasonPlugin::ResponseMethods
module HTTPX
module HTTPX::AltSvc
module HTTPX::Callbacks
module HTTPX::Chainable
module HTTPX::CurryMethods
module HTTPX::IO
module HTTPX::LiteralStringExtensions
module HTTPX::Loggable
module HTTPX::NegMethods
module HTTPX::Parser
module HTTPX::Plugins
module HTTPX::Plugins::Authentication
module HTTPX::Plugins::Authentication::InstanceMethods
module HTTPX::Plugins::BasicAuthentication
module HTTPX::Plugins::BasicAuthentication::InstanceMethods
module HTTPX::Plugins::Compression
module HTTPX::Plugins::Compression::Brotli
module HTTPX::Plugins::Compression::Brotli::BrotliWrapper
module HTTPX::Plugins::Compression::Brotli::Encoder
module HTTPX::Plugins::Compression::Deflate
module HTTPX::Plugins::Compression::Deflate::Encoder
module HTTPX::Plugins::Compression::GZIP
module HTTPX::Plugins::Compression::RequestBodyMethods
module HTTPX::Plugins::Compression::RequestMethods
module HTTPX::Plugins::Compression::ResponseBodyMethods
module HTTPX::Plugins::Cookies
module HTTPX::Plugins::Cookies::HeadersMethods
module HTTPX::Plugins::Cookies::InstanceMethods
module HTTPX::Plugins::DigestAuthentication
module HTTPX::Plugins::DigestAuthentication::InstanceMethods
module HTTPX::Plugins::FollowRedirects
module HTTPX::Plugins::FollowRedirects::InstanceMethods
module HTTPX::Plugins::FollowRedirects::RequestMethods
module HTTPX::Plugins::H2C
module HTTPX::Plugins::H2C::ConnectionMethods
module HTTPX::Plugins::H2C::InstanceMethods
module HTTPX::Plugins::Multipart
module HTTPX::Plugins::Multipart::FormTranscoder
module HTTPX::Plugins::Persistent
module HTTPX::Plugins::Proxy
module HTTPX::Plugins::Proxy::ConnectionMethods
module HTTPX::Plugins::Proxy::HTTP
module HTTPX::Plugins::Proxy::HTTP::ConnectionMethods
module HTTPX::Plugins::Proxy::InstanceMethods
module HTTPX::Plugins::Proxy::SSH
module HTTPX::Plugins::Proxy::SSH::ConnectionMethods
module HTTPX::Plugins::Proxy::SSH::InstanceMethods
module HTTPX::Plugins::Proxy::Socks4
module HTTPX::Plugins::Proxy::Socks4::ConnectionMethods
module HTTPX::Plugins::Proxy::Socks4::Packet
module HTTPX::Plugins::Proxy::Socks5
module HTTPX::Plugins::Proxy::Socks5::ConnectionMethods
module HTTPX::Plugins::Proxy::Socks5::Packet
module HTTPX::Plugins::PushPromise
module HTTPX::Plugins::PushPromise::InstanceMethods
module HTTPX::Plugins::PushPromise::ResponseMethods
module HTTPX::Plugins::Retries
module HTTPX::Plugins::Retries::InstanceMethods
module HTTPX::Plugins::Retries::RequestMethods
module HTTPX::Plugins::Stream
module HTTPX::Plugins::Stream::InstanceMethods
module HTTPX::Plugins::Stream::ResponseMethods
module HTTPX::PosMethods
module HTTPX::Registry
module HTTPX::Registry::ClassMethods
module HTTPX::Registry::InstanceMethods
module HTTPX::Resolver
module HTTPX::Resolver::ResolverMixin
module HTTPX::Transcoder
module HTTPX::Transcoder::Body
module HTTPX::Transcoder::Chunker
module HTTPX::Transcoder::Form
module HTTPX::Transcoder::JSON
module HTTPX::URIExtensions
class Faraday::Adapter
class Faraday::Adapter::HTTPX
class Faraday::Adapter::HTTPX::ParallelManager
class Faraday::Adapter::HTTPX::ParallelManager::ResponseHandler
class Faraday::Adapter::HTTPX::Session
class HTTPX::Buffer
class HTTPX::Connection
class HTTPX::Connection::HTTP1
class HTTPX::Connection::HTTP2
class HTTPX::ContentType
class HTTPX::ErrorResponse
class HTTPX::Headers
class HTTPX::Options
class HTTPX::Parser::HTTP1
class HTTPX::Plugins::Compression::Decoder
class HTTPX::Plugins::Compression::Encoder
class HTTPX::Plugins::Compression::GZIP::Encoder
class HTTPX::Plugins::Cookies::Store
class HTTPX::Plugins::DigestAuthentication::Digest
class HTTPX::Plugins::H2C::H2CParser
class HTTPX::Plugins::Multipart::FormTranscoder::Encoder
class HTTPX::Plugins::Proxy::HTTP::ConnectProxyParser
class HTTPX::Plugins::Proxy::HTTP::ConnectRequest
class HTTPX::Plugins::Proxy::HTTP::ProxyParser
class HTTPX::Plugins::Proxy::Parameters
class HTTPX::Plugins::Proxy::Socks4::SocksParser
class HTTPX::Plugins::Proxy::Socks5::SocksParser
class HTTPX::Pool
class HTTPX::ProxySSL
class HTTPX::Request
class HTTPX::Request::Body
class HTTPX::Request::ProcIO
class HTTPX::Resolver::HTTPS
class HTTPX::Resolver::Native
class HTTPX::Resolver::Options
class HTTPX::Resolver::System
class HTTPX::Response
class HTTPX::Response::Body
class HTTPX::SSL
class HTTPX::Selector
class HTTPX::Selector::Monitor
class HTTPX::Session
class HTTPX::TCP
class HTTPX::Timeout
class HTTPX::Transcoder::Body::Encoder
class HTTPX::Transcoder::Chunker::Decoder
class HTTPX::Transcoder::Chunker::Encoder
class HTTPX::Transcoder::Form::Encoder
class HTTPX::Transcoder::JSON::Encoder
class HTTPX::UDP
class HTTPX::UNIX
httpx
0.6.7
def self.load_dependencies(klass) require "base64" klass.plugin(:authentication) end