Trait thruster_socketio::SocketIOContext[][src]

pub trait SocketIOContext {
    fn into_request(self) -> Request<Body>;
fn status(&mut self, code: u32); }

Required methods

Returns the associated hyper request for this context.

Sets the status of the context.

Implementations on Foreign Types

Implementors