pub const HTTP_REQUEST_SIZE: &str = "http.request.size";
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