pub trait ResponseExt {
    // Required method
    fn websocket(&self) -> Option<WebSocket>;
}

Required Methods§

source

fn websocket(&self) -> Option<WebSocket>

Getter for the webSocket field of this object.

Implementations on Foreign Types§

source§

impl ResponseExt for Response

Implementors§