[][src]Module gotham::plain

Functions for creating a Gotham service using HTTP.

Modules

test

Contains helpers for Gotham applications to use during testing.

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.