Method: Browser::HTTP::Request#response

Defined in:
opal/browser/http/request.rb

#responseResponse (readonly)

Returns the response associated with this request.

Returns:

  • (Response)

    the response associated with this request



23
24
25
# File 'opal/browser/http/request.rb', line 23

def response
  @response
end