Crate oc_http

Source

Modules§

cookies
websocket

Structs§

Request
Response

Functions§

http
Parses a stream for the http request; this does not parse the body at all, so it will remain entirely intact in stream.
respond
Respond writes the provided response to the stream; this should be called before any part of the body is written. After being called, the body can be written directly to the stream.