HTTP_DOUBLE_BR

Constant HTTP_DOUBLE_BR 

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

A double HTTP line break (\r\n\r\n). This constant represents the sequence used to separate headers/// from the body in an HTTP message.