Struct backtalk::Server [] [src]

pub struct Server { /* fields omitted */ }

Routes requests to various Handlers based on the request URL, and runs the actual HTTP server and async event loop.

Methods

impl Server
[src]