Skip to main content

http_constant/body/
const.rs

1/// The field name "body" for Request and Response structs.
2/// This constant represents the body content field used in both request and response structures.
3pub const BODY: &str = "body";