pub type DirectHttp = HttpEngine<NoAuth>;Expand description
A direct, unauthenticated HTTP transport for one tapes server.
The engine with NoAuth in it. Kept as a name of its own because it is
the shape most consumers want and the one this crate has always shipped.
Aliased Typeยง
pub struct DirectHttp { /* private fields */ }