Method: HTTPX::Response::Buffer#size

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

#sizeObject

size in bytes of the buffered content.



37
38
39
# File 'lib/httpx/response/buffer.rb', line 37

def size
  @bytesize
end