pub const HTTP_REQUEST_METHOD: &str = "http.request.method";Expand description
HTTP request method.
The value should retain its casing from the original event. For example, GET, get, and GeT are all considered valid values for this field.
ยงExamples
POST