HTTP_REQUEST_BODY_SIZE

Constant HTTP_REQUEST_BODY_SIZE 

pub const HTTP_REQUEST_BODY_SIZE: &'static str;
Available on crate features opentelemetry and semconv_experimental only.
Expand description

The size of the request payload body in bytes. This is the number of bytes transferred excluding headers and is often, but not always, present as the Content-Length header. For requests using transport encoding, this should be the compressed size.

§Notes

§Examples

  • 3495