Skip to main content

CONTINUE_RESPONSE

Constant CONTINUE_RESPONSE 

Source
pub const CONTINUE_RESPONSE: &[u8] = b"HTTP/1.1 100 Continue\r\n\r\n";
Expand description

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