pub type OutboundRequest<R = Vec<u8>> = Request<R, Outbound>;
ICAP request used by client send / build APIs.
pub struct OutboundRequest<R = Vec<u8>> { /* private fields */ }