pub enum H2SendResponse {
Initial(SendResponse<Bytes>),
Pushed(SendPushedResponse<Bytes>),
}
Available on crate feature
http2
only.Expand description
Abstraction layer over different kinds of HTTP/2 response senders.
Variants§
Initial(SendResponse<Bytes>)
The initial response
Pushed(SendPushedResponse<Bytes>)
Server-pushed responses