Type Alias tokio_websockets::upgrade::Response

source ·
pub type Response = Response<()>;
Available on (crate features client or server) and crate feature client only.
Expand description

A parsed HTTP/1.1 101 Switching Protocols response. These responses typically do not contain a body, therefore it is omitted.

Aliased Type§

struct Response { /* private fields */ }