http-constant 5.4.0

A comprehensive library providing common HTTP constants for header names, versions, MIME types, and protocol identifiers.
Documentation
1
2
3
/// The field name "path" for Request struct.
/// This constant represents the request path field used in request structures.
pub const PATH: &str = "path";