Module: Restify

Extended by:
Global
Defined in:
lib/restify.rb,
lib/restify/link.rb,
lib/restify/cache.rb,
lib/restify/error.rb,
lib/restify/global.rb,
lib/restify/context.rb,
lib/restify/logging.rb,
lib/restify/promise.rb,
lib/restify/request.rb,
lib/restify/timeout.rb,
lib/restify/version.rb,
lib/restify/registry.rb,
lib/restify/relation.rb,
lib/restify/resource.rb,
lib/restify/response.rb,
lib/restify/adapter/em.rb,
lib/restify/adapter/base.rb,
lib/restify/processors/base.rb,
lib/restify/processors/json.rb,
lib/restify/adapter/typhoeus.rb,
lib/restify/adapter/pooled_em.rb,
lib/restify/processors/msgpack.rb,
lib/restify/processors/base/parsing.rb

Defined Under Namespace

Modules: Adapter, Global, Logging, Processors, VERSION Classes: BadGateway, BadRequest, Cache, ClientError, Context, GatewayError, GatewayTimeout, Gone, InternalServerError, Link, NetworkError, NotAcceptable, NotFound, Promise, Registry, Relation, Request, Resource, Response, ResponseError, ServerError, ServiceUnavailable, Timeout, TooManyRequests, Unauthorized, UnprocessableEntity

Constant Summary collapse

PROCESSORS =
[Processors::Json, Processors::Msgpack].freeze

Method Summary

Methods included from Global

adapter, adapter=, cache, cache=, logger, logger=, new