Sha256: 70e85e7be560553ffda1f2e028d7fc836111f75cc138ab4479a9e10bc14ac2f4
Contents?: true
Size: 752 Bytes
Versions: 3
Compression:
Stored size: 752 Bytes
Contents
require 'rest-builder/builder' module RestBuilder REQUEST_METHOD = 'REQUEST_METHOD' REQUEST_PATH = 'REQUEST_PATH' REQUEST_QUERY = 'REQUEST_QUERY' REQUEST_PAYLOAD = 'REQUEST_PAYLOAD' REQUEST_HEADERS = 'REQUEST_HEADERS' REQUEST_URI = 'REQUEST_URI' RESPONSE_BODY = 'RESPONSE_BODY' RESPONSE_STATUS = 'RESPONSE_STATUS' RESPONSE_HEADERS = 'RESPONSE_HEADERS' RESPONSE_SOCKET = 'RESPONSE_SOCKET' RESPONSE_KEY = 'RESPONSE_KEY' DRY = 'core.dry' FAIL = 'core.fail' LOG = 'core.log' CLIENT = 'core.client' ASYNC = 'async.callback' TIMER = 'async.timer' PROMISE = 'async.promise' HIJACK = 'async.hijack' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rest-builder-0.9.2 | lib/rest-builder.rb |
rest-builder-0.9.1 | lib/rest-builder.rb |
rest-builder-0.9.0 | lib/rest-builder.rb |