READ_TIMEOUT_MS

Constant READ_TIMEOUT_MS 

Source
pub const READ_TIMEOUT_MS: u64 = 50;
Expand description

Generates a parse_stream function for a specific async runtime.

This macro abstracts the common logic of reading and parsing an HTTP request from a TCP stream, while allowing the caller to specify the runtime-specific types and traits (stream type, BufReader, and I/O extension traits).