pub fn write_response(
stream: &mut dyn Write,
response: &HttpResponse,
) -> Result<()>Expand description
Write an HTTP response to a stream.
pub fn write_response(
stream: &mut dyn Write,
response: &HttpResponse,
) -> Result<()>Write an HTTP response to a stream.