Module method
The HTTP request method
This module contains HTTP-method related structs and errors and such. The
main type of this module, Method, is also reexported at the root of the
crate as http::Method and is intended for import through that location
primarily.
Examples
use Method;
assert_eq!;
assert!;
assert_eq!;
Structs
-
InvalidMethod
A possible error value when converting
Methodfrom bytes. - Method The Request Method (VERB)