opentelemetry_semantic_conventions::attribute

Constant HTTP_REQUEST_METHOD_ORIGINAL

Source
pub const HTTP_REQUEST_METHOD_ORIGINAL: &str = "http.request.method_original";
Expand description

Original HTTP method sent by the client in the request line.

ยงExamples

  • "GeT"
  • "ACL"
  • "foo"