Constant HTTP_DOUBLE_BR

Source
pub const HTTP_DOUBLE_BR: &'static str;
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.