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 "body" for Request and Response structs.
/// This constant represents the body content field used in both request and response structures.
pub const BODY: &str = "body";