pub const CONTINUE_RESPONSE: &[u8] = b"HTTP/1.1 100 Continue\r\n\r\n";
The raw bytes for an HTTP/1.1 100 Continue response.
This is the minimal valid 100 Continue response:
HTTP/1.1 100 Continue\r\n \r\n