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.

§Notes

§Examples

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