HTTP_BR

Constant HTTP_BR 

Source
pub const HTTP_BR: &str = "\r\n";
Expand description

An HTTP line break (\r\n). This constant represents the standard line break sequence used in/// the HTTP protocol.