Constant HTTP_METHOD

pub const HTTP_METHOD: &'static str;
👎Deprecated: {note: Replaced by http.request.method., reason: uncategorized}
Expand description

Deprecated, use http.request.method instead.

§Notes

§Examples

  • "GET"
  • "POST"
  • "HEAD"