pub const HTTP_RESPONSE_SIZE: &'static str;
Expand description

The total size of the response in bytes. This should be the total number of bytes sent over the wire, including the status line (HTTP/1.1), framing (HTTP/2 and HTTP/3), headers, and response body and trailers if any.

ยงExamples

  • 1437