pub trait ResponseExt { // Required methods fn websocket(&self) -> Option<WebSocket>; fn cf(&self) -> Option<Object>; }
Getter for the webSocket field of this object.
webSocket
Getter for the cf field of this object.
cf