Trait thruster_socketio::SocketIOContext[][src]

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

Required methods

fn into_request(self) -> Request<Body>[src]

Returns the associated hyper request for this context.

fn status(&mut self, code: u32)[src]

Sets the status of the context.

Loading content...

Implementations on Foreign Types

impl SocketIOContext for BasicHyperContext[src]

impl<T> SocketIOContext for TypedHyperContext<T>[src]

Loading content...

Implementors

Loading content...