morpheus_network::mainloop::bare_metal

Function format_http_get

Source
fn format_http_get(buffer: &mut [u8], path: &str, host: &str) -> Option<usize>
Expand description

Format an HTTP GET request into a static buffer. Returns the number of bytes written, or None if buffer too small.