Skip to main content

BoxStreamingHttpService

Type Alias BoxStreamingHttpService 

Source
pub type BoxStreamingHttpService = BoxCloneService<HttpRequest, HttpStreamingResponse, Error>;
Available on crate feature tower only.
Expand description

Type-erased clone HTTP Service for streaming responses.

Aliased Type§

pub struct BoxStreamingHttpService(/* private fields */);