Module: ChimeraHttpClient

Defined in:
lib/chimera_http_client/connection.rb,
lib/chimera_http_client.rb,
lib/chimera_http_client/base.rb,
lib/chimera_http_client/error.rb,
lib/chimera_http_client/queue.rb,
lib/chimera_http_client/request.rb,
lib/chimera_http_client/version.rb,
lib/chimera_http_client/response.rb

Overview

The get, post, put, patch and delete methods return either a Response or a Error The bang methods get!, post!, put!, patch! and delete! raise a Error in case of failure

Defined Under Namespace

Classes: BadRequestError, Base, ClientError, Connection, ConnectionError, Error, ForbiddenError, JsonParserError, MethodNotAllowedError, NotFoundError, ParameterMissingError, Queue, RedirectionError, Request, ResourceConflictError, Response, ServerError, TimeoutError, UnauthorizedError, UnprocessableEntityError

Constant Summary collapse

ROOT_PATH =
File.expand_path("..", __dir__)
VERSION =
"0.5.0".freeze