Method: HTTPX::Response::Body#bytesize

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

#bytesizeObject

size of the decoded response payload. May differ from “content-length” header if response was encoded over-the-wire.


82
83
84
# File 'lib/httpx/response/body.rb', line 82

def bytesize
  @length
end