Function edge_http::io::server::handle_request
source ยท pub async fn handle_request<'b, const N: usize, H, T>(
buf: &'b mut [u8],
io: T,
timeout_ms: Option<u32>,
handler: H,
) -> Result<bool, HandleRequestError<T::Error, H::Error>>