Method: Restify::Response#request

Defined in:
lib/restify/response.rb

#requestRequest (readonly)

The request that led to this response.

Returns:



65
66
67
# File 'lib/restify/response.rb', line 65

def request
  @request
end