in reply to Re^4: Size and anatomy of an HTTP response
in thread Size and anatomy of an HTTP response
->content only deals in bytes ( octets, 8-bits), only takes bytes, only gives bytes, so length will always return byte count; you can use bytes::length for peace of mind