Expand description
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.