Module plain

Source
Expand description

Functions for creating a Gotham service using HTTP.

Functionsยง

init_server
Returns a Future used to spawn an Gotham application.
start
Starts a Gotham application on plain, unsecured HTTP.
start_with_num_threads
Starts a Gotham application with a designated number of threads.