Module: Restify

Extended by:
Global
Defined in:
lib/restify.rb,
lib/restify/link.rb,
lib/restify/error.rb,
lib/restify/global.rb,
lib/restify/context.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/processors/base.rb,
lib/restify/processors/json.rb,
lib/restify/adapter/typhoeus.rb

Defined Under Namespace

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

Constant Summary collapse

PROCESSORS =
[Processors::Json]

Method Summary

Methods included from Global

adapter, adapter=, new