Method: HTTPX::Response::Body#inspect

Defined in:
lib/httpx/response/body.rb

#inspectObject

:nocov:



163
164
165
166
167
# File 'lib/httpx/response/body.rb', line 163

def inspect
  "#<#{self.class}:#{object_id} " \
    "@state=#{@state} " \
    "@length=#{@length}>"
end