http-constant 5.5.0

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