Module: HTTP
- Extended by:
- Chainable
- Defined in:
- lib/http.rb,
lib/http/uri.rb,
lib/http/base64.rb,
lib/http/client.rb,
lib/http/errors.rb,
lib/http/feature.rb,
lib/http/headers.rb,
lib/http/options.rb,
lib/http/request.rb,
lib/http/session.rb,
lib/http/version.rb,
lib/http/response.rb,
lib/http/chainable.rb,
lib/http/form_data.rb,
lib/http/mime_type.rb,
lib/http/connection.rb,
lib/http/redirector.rb,
lib/http/uri/parsing.rb,
lib/http/content_type.rb,
lib/http/request/body.rb,
lib/http/timeout/null.rb,
lib/http/headers/known.rb,
lib/http/request/proxy.rb,
lib/http/response/body.rb,
lib/http/form_data/file.rb,
lib/http/form_data/part.rb,
lib/http/mime_type/json.rb,
lib/http/request/writer.rb,
lib/http/timeout/global.rb,
lib/http/uri/normalizer.rb,
lib/http/chainable/verbs.rb,
lib/http/request/builder.rb,
lib/http/response/parser.rb,
lib/http/response/status.rb,
lib/http/features/caching.rb,
lib/http/features/logging.rb,
lib/http/retriable/errors.rb,
lib/http/chainable/helpers.rb,
lib/http/form_data/version.rb,
lib/http/mime_type/adapter.rb,
lib/http/response/inflater.rb,
lib/http/form_data/readable.rb,
lib/http/headers/normalizer.rb,
lib/http/form_data/multipart.rb,
lib/http/options/definitions.rb,
lib/http/retriable/performer.rb,
lib/http/connection/internals.rb,
lib/http/features/digest_auth.rb,
lib/http/features/raise_error.rb,
lib/http/form_data/urlencoded.rb,
lib/http/features/auto_deflate.rb,
lib/http/features/auto_inflate.rb,
lib/http/timeout/per_operation.rb,
lib/http/features/caching/entry.rb,
lib/http/features/normalize_uri.rb,
lib/http/form_data/composite_io.rb,
lib/http/response/status/reasons.rb,
lib/http/features/instrumentation.rb,
lib/http/form_data/multipart/param.rb,
lib/http/retriable/delay_calculator.rb,
lib/http/features/caching/in_memory_store.rb
Overview
AUTO-GENERATED FILE, DO NOT CHANGE IT MANUALLY
Defined Under Namespace
Modules: Base64, Chainable, Features, FormData, MimeType, Retriable, Timeout Classes: Client, ConnectTimeoutError, Connection, ConnectionError, ContentType, Error, Feature, HeaderError, Headers, Options, OutOfRetriesError, ParseError, Redirector, Request, RequestError, Response, ResponseError, ResponseHeaderError, Session, SocketReadError, SocketWriteError, StateError, StatusError, TimeoutError, URI, UnsupportedMimeTypeError
Constant Summary collapse
- VERSION =
Current library version
"6.0.0"
Constants included from Chainable
Method Summary
Methods included from Chainable
accept, auth, base_uri, basic_auth, cookies, default_options, default_options=, digest_auth, encoding, follow, headers, nodelay, persistent, request, retriable, timeout, use, via
Methods included from Chainable::Verbs
#connect, #delete, #get, #head, #options, #patch, #post, #put, #trace