Skip to main content

http_constant/path/
const.rs

1/// The field name "path" for Request struct.
2/// This constant represents the request path field used in request structures.
3pub const PATH: &str = "path";