Method: HTTPX::ErrorResponse#response
- Defined in:
- lib/httpx/response.rb
#response ⇒ Object (readonly)
the HTTPX::Response instance, when there is one (i.e. error happens fetching the response).
252 253 254 |
# File 'lib/httpx/response.rb', line 252 def response @response end |