Table of Contents - excon-0.45.4 Documentation
Pages
Classes and Modules
- Excon
- Excon::Connection
- Excon::Errors
- Excon::Errors::Accepted
- Excon::Errors::BadGateway
- Excon::Errors::BadRequest
- Excon::Errors::ClientError
- Excon::Errors::Conflict
- Excon::Errors::Continue
- Excon::Errors::Created
- Excon::Errors::Error
- Excon::Errors::ExpectationFailed
- Excon::Errors::Forbidden
- Excon::Errors::Found
- Excon::Errors::GatewayTimeout
- Excon::Errors::Gone
- Excon::Errors::HTTPStatusError
- Excon::Errors::Informational
- Excon::Errors::InternalServerError
- Excon::Errors::InvalidStub
- Excon::Errors::LengthRequired
- Excon::Errors::MethodNotAllowed
- Excon::Errors::MovedPermanently
- Excon::Errors::MultipleChoices
- Excon::Errors::NoContent
- Excon::Errors::NonAuthoritativeInformation
- Excon::Errors::NotAcceptable
- Excon::Errors::NotFound
- Excon::Errors::NotImplemented
- Excon::Errors::NotModified
- Excon::Errors::OK
- Excon::Errors::PartialContent
- Excon::Errors::PaymentRequired
- Excon::Errors::PreconditionFailed
- Excon::Errors::ProxyAuthenticationRequired
- Excon::Errors::ProxyConnectionError
- Excon::Errors::ProxyParseError
- Excon::Errors::Redirection
- Excon::Errors::RequestEntityTooLarge
- Excon::Errors::RequestTimeout
- Excon::Errors::RequestURITooLong
- Excon::Errors::RequestedRangeNotSatisfiable
- Excon::Errors::ResetContent
- Excon::Errors::ResponseParseError
- Excon::Errors::SeeOther
- Excon::Errors::ServerError
- Excon::Errors::ServiceUnavailable
- Excon::Errors::SocketError
- Excon::Errors::StubNotFound
- Excon::Errors::Success
- Excon::Errors::SwitchingProtocols
- Excon::Errors::TemporaryRedirect
- Excon::Errors::Timeout
- Excon::Errors::TooManyRequests
- Excon::Errors::Unauthorized
- Excon::Errors::UnprocessableEntity
- Excon::Errors::UnsupportedMediaType
- Excon::Errors::UseProxy
- Excon::Headers
- Excon::Middleware
- Excon::Middleware::Base
- Excon::Middleware::Decompress
- Excon::Middleware::EscapePath
- Excon::Middleware::Expects
- Excon::Middleware::Idempotent
- Excon::Middleware::Instrumentor
- Excon::Middleware::Mock
- Excon::Middleware::RedirectFollower
- Excon::Middleware::ResponseParser
- Excon::PrettyPrinter
- Excon::Response
- Excon::SSLSocket
- Excon::Socket
- Excon::StandardInstrumentor
- Excon::UnixSocket
- Excon::Utils
- IO
- IO::WaitReadable
- IO::WaitWritable
- URI
- URI::Generic
Methods
- ::defaults — Excon
- ::defaults= — Excon
- ::display_warning — Excon
- ::instrument — Excon::StandardInstrumentor
- ::mock — Excon
- ::mock= — Excon
- ::new — Excon::Connection
- ::new — Excon::Errors::SocketError
- ::new — Excon::Errors::HTTPStatusError
- ::new — Excon::Headers
- ::new — Excon::Middleware::Base
- ::new — Excon::Response
- ::new — Excon::Socket
- ::new — Excon::SSLSocket
- ::new — Excon
- ::parse — Excon::Response
- ::parse_headers — Excon::Response
- ::pp — Excon::PrettyPrinter
- ::ssl_ca_path — Excon
- ::ssl_ca_path= — Excon
- ::ssl_verify_peer — Excon
- ::ssl_verify_peer= — Excon
- ::status_error — Excon::Errors
- ::stub — Excon
- ::stub_for — Excon
- ::stubs — Excon
- ::unstub — Excon
- #[] — Excon::Headers
- #[] — Excon::Response
- #[]= — Excon::Headers
- #assoc — Excon::Headers
- #body — Excon::Response
- #body= — Excon::Response
- #connect — Excon::Socket
- #connect — Excon::SSLSocket
- #connect — Excon::UnixSocket
- #connection — Excon::Connection
- #connection= — Excon::Connection
- #connection_uri — Excon::Utils
- #delete — Excon::Headers
- #detect_content_length — Excon::Connection
- #error_call — Excon::Connection
- #error_call — Excon::Middleware::Base
- #error_call — Excon::Middleware::Idempotent
- #error_call — Excon::Middleware::Instrumentor
- #escape_uri — Excon::Utils
- #fetch — Excon::Headers
- #get_header — Excon::Response
- #has_key? — Excon::Headers
- #headers — Excon::Response
- #headers= — Excon::Response
- #hostname — URI::Generic
- #inspect — Excon::Connection
- #legacy_readline — Excon::Socket
- #local_address — Excon::Response
- #local_address — Excon::Socket
- #local_port — Excon::Response
- #local_port — Excon::Socket
- #merge — Excon::Headers
- #merge! — Excon::Headers
- #params — Excon::Connection
- #params — Excon::Response
- #params — Excon::Socket
- #params= — Excon::Connection
- #params= — Excon::Socket
- #port_string — Excon::Utils
- #pp — Excon::Response
- #proxy — Excon::Connection
- #proxy= — Excon::Connection
- #query_string — Excon::Utils
- #raise_timeout_error — Excon::Socket
- #raw_delete — Excon::Headers
- #raw_fetch — Excon::Headers
- #raw_has_key? — Excon::Headers
- #raw_merge — Excon::Headers
- #raw_merge! — Excon::Headers
- #raw_reader — Excon::Headers
- #raw_rehash — Excon::Headers
- #raw_values_at — Excon::Headers
- #raw_writer — Excon::Headers
- #read — Excon::Socket
- #read_block — Excon::Socket
- #read_nonblock — Excon::Socket
- #readline — Excon::Socket
- #reason_phrase — Excon::Response
- #reason_phrase= — Excon::Response
- #rehash — Excon::Headers
- #remote_ip — Excon::Response
- #remote_ip= — Excon::Response
- #request — Excon::Connection
- #request_call — Excon::Connection
- #request_call — Excon::Middleware::Base
- #request_call — Excon::Middleware::Decompress
- #request_call — Excon::Middleware::EscapePath
- #request_call — Excon::Middleware::Instrumentor
- #request_call — Excon::Middleware::Mock
- #request_uri — Excon::Utils
- #requests — Excon::Connection
- #reset — Excon::Connection
- #response — Excon::Connection
- #response_call — Excon::Connection
- #response_call — Excon::Middleware::Base
- #response_call — Excon::Middleware::Decompress
- #response_call — Excon::Middleware::Expects
- #response_call — Excon::Middleware::Instrumentor
- #response_call — Excon::Middleware::RedirectFollower
- #response_call — Excon::Middleware::ResponseParser
- #retry_limit — Excon::Connection
- #retry_limit= — Excon::Connection
- #setup_proxy — Excon::Connection
- #socket — Excon::Connection
- #sockets — Excon::Connection
- #split_header_value — Excon::Utils
- #status — Excon::Response
- #status= — Excon::Response
- #status_line — Excon::Response
- #status_line= — Excon::Response
- #timeout_reached — Excon::Socket
- #unescape_form — Excon::Utils
- #unescape_uri — Excon::Utils
- #unpacked_sockaddr — Excon::Socket
- #validate_params — Excon::Connection
- #values_at — Excon::Headers
- #write — Excon::Socket
- #write_block — Excon::Socket
- #write_nonblock — Excon::Socket