[−][src]Crate gotham
Gotham – A flexible web framework that promotes stability, safety, security and speed.
You can find out more about Gotham, including where to get help, at https://gotham.rs.
We look forward to welcoming you into the Gotham community!
Modules
error |
The error module is nascent. At present, it re-exports types from the |
extractor |
Extracts request data into type-safe structs using Serde. |
handler |
Defines types for handlers, the primary building block of a Gotham application. |
helpers |
Helpers, e.g. for HTTP request handling and response generation |
middleware |
Defines types for |
pipeline |
Defines types for a middleware pipeline |
router |
Defines the Gotham |
state |
Defines types for passing request state through |
test |
Contains helpers for Gotham applications to use during testing. |
Functions
init_server |
Returns a |
start |
Starts a Gotham application with the default number of threads. |
start_on_executor |
Starts a Gotham application with a designated backing |
start_with_num_threads |
Starts a Gotham application with a designated number of threads. |