pub const HTTP_DOUBLE_BR: &str = "\r\n\r\n";
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.
\r\n\r\n