Type Alias hyper::client::conn::Http2ClientTask
source · type Http2ClientTask<B> = ClientTask<B>;
Aliased Type§
struct Http2ClientTask<B> {
ping: Recorder,
conn_drop_ref: Sender<Infallible>,
conn_eof: Receiver<Infallible>,
executor: Exec,
h2_tx: SendRequest<SendBuf<<B as Body>::Data>>,
req_rx: Receiver<Request<B>, Response<Body>>,
fut_ctx: Option<FutCtx<B>>,
}
Fields§
§ping: Recorder
§conn_drop_ref: Sender<Infallible>
§conn_eof: Receiver<Infallible>
§executor: Exec
§h2_tx: SendRequest<SendBuf<<B as Body>::Data>>
§req_rx: Receiver<Request<B>, Response<Body>>
§fut_ctx: Option<FutCtx<B>>