Skip to main content

Module proto

Module proto 

Available on crate feature icap only.
Expand description

ICAP protocol values independent of transport I/O.

Modules§

chunk_extension
Standard ICAP chunk-extension names.
header
Standard ICAP header field names.

Structs§

EncapsulatedSection
One entity and offset from an Encapsulated header.
ExtensionMethod
A validated ICAP extension method distinct from standard methods.
InvalidEncapsulated
A syntactically invalid Encapsulated header value.
InvalidMethod
An invalid ICAP method token.
InvalidPreview
A malformed or overflowing Preview header value.
InvalidStatusCode
An ICAP status code outside the three-digit wire range.
InvalidVersion
An unsupported or malformed ICAP version.
Preview
The maximum number of encapsulated body bytes sent as a Preview.
StatusCode
A three-digit ICAP response status code.
Version
An ICAP protocol version.

Enums§

EncapsulatedKind
A kind of entity listed by the Encapsulated header.
Method
An ICAP request method.
MethodKind
The lifetime-free kind of an ICAP request method.