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/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

Defined Under Namespace

Modules: Adapter, Global, Logging, Processors, VERSION Classes: Cache, ClientError, Context, Link, NetworkError, Promise, Registry, Relation, Request, Resource, Response, ResponseError, ServerError, Timeout

Constant Summary collapse

PROCESSORS =
[Processors::Json].freeze

Method Summary

Methods included from Global

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