Module server

Module server 

Source
Expand description

The actual http server on which you define your routes

Structs§

HttpServer
The struct to initialise your http server and finally listen on some port

Traits§

HandlerFn
A generic trait to allow many different types of handlers to be passed into our http server