pub const HTTP_REQUEST_SIZE: &'static str;
Expand description

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

ยงExamples

  • 1437