Module io

Source
Expand description

http I/O utilities, e.g. writing http requests/responses in std http format.

Functionsยง

write_http_request
Write an HTTP request to a writer in std http format.
write_http_response
Write an HTTP response to a writer in std http format.