Structs§
Enums§
Functions§
- flush_
stream - read_
chunked_ stream - Streams chunk body data from input to output. Body length is unknown but we can provide size limit.
- read_
protocol_ lines - Parses HTTP protocol headers into
lines
. What’s left in the stream represents request body. Limit in number of bytes for the protocol headers can be applied. - read_
sized_ stream - relay_
chunked_ stream - Streams chunk body data from input to output. Body length is unknown but we can provide size limit.
- relay_
sized_ stream - Streams body data of known size from input to output. An exact body length
(e.g.
Content-Length
header) must be provided for this transfer type. - vec_
has_ sequence - Returns true if the provided bytes array holds a specific sequance of bytes.
- write_
to_ stream