Module: HTTP

Extended by:
Chainable
Defined in:
lib/http.rb,
lib/http/client.rb,
lib/http/errors.rb,
lib/http/headers.rb,
lib/http/options.rb,
lib/http/request.rb,
lib/http/version.rb,
lib/http/response.rb,
lib/http/chainable.rb,
lib/http/mime_type.rb,
lib/http/redirector.rb,
lib/http/content_type.rb,
lib/http/headers/mixin.rb,
lib/http/response/body.rb,
lib/http/mime_type/json.rb,
lib/http/request/writer.rb,
lib/http/response/parser.rb,
lib/http/mime_type/adapter.rb,
lib/http/authorization_header.rb,
lib/http/authorization_header/basic_auth.rb,
lib/http/authorization_header/bearer_token.rb

Overview

HTTP should be easy

Defined Under Namespace

Modules: AuthorizationHeader, Chainable, MimeType Classes: Client, ContentType, Error, Headers, Options, Redirector, Request, RequestError, Response, ResponseError, StateError

Constant Summary collapse

VERSION =
'0.6.1'

Method Summary

Methods included from Chainable

accept, auth, connect, default_callbacks, default_callbacks=, default_headers, default_headers=, default_options, default_options=, delete, get, head, options, patch, post, put, request, stream, trace, via, with_follow, with_headers