Method: HTTPX::Response#inspect
- Defined in:
- lib/httpx/response.rb
#inspect ⇒ Object
:nocov:
136 137 138 139 140 141 142 |
# File 'lib/httpx/response.rb', line 136 def inspect "#<#{self.class}:#{object_id} " \ "HTTP/#{version} " \ "@status=#{@status} " \ "@headers=#{@headers} " \ "@body=#{@body.bytesize}>" end |