Struct sota::gateway::http::Http [] [src]

pub struct Http {
    pub server: SocketAddr,
}

The Http gateway parses Commands from the body of incoming requests.

Fields

server

Trait Implementations

impl Gateway for Http
[src]

fn initialize(&mut self, itx: Sender<Interpret>) -> Result<(), String>

fn start(&mut self, itx: Sender<Interpret>, erx: Receiver<Event>)

fn pulse(&self, _: Event)