Skip to main content

OutboundRequest

Type Alias OutboundRequest 

Source
pub type OutboundRequest<R = Vec<u8>> = Request<R, Outbound>;
Expand description

ICAP request used by client send / build APIs.

Aliased Typeยง

pub struct OutboundRequest<R = Vec<u8>> { /* private fields */ }