Method: Browser::HTTP::Request#response
- Defined in:
- opal/browser/http/request.rb
#response ⇒ Response (readonly)
Returns the response associated with this request.
23 24 25 |
# File 'opal/browser/http/request.rb', line 23 def response @response end |