Skip to main content

Module io

Module io 

Available on crate features icap and std only.
Expand description

Bounded asynchronous ICAP framing over an arbitrary byte stream.

Structs§

ConnectionOptions
Bounds and parser policy for an ICAP connection.

Enums§

BodyEnd
The semantic end of an ICAP chunk stream.
Error
An asynchronous ICAP transaction error.

Constants§

DEFAULT_MAX_ENCAPSULATED_HEADER_BYTES
Default maximum bytes in encapsulated HTTP header sections.
DEFAULT_READ_BUFFER_BYTES
Default number of bytes reserved for each socket read.