Crate gotham [] [src]

Gotham - A flexible web framework that does not sacrifice safety, security or 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

handler

Defines types for Gotham handlers

http

Helpers for HTTP Request handling and Response generation

middleware

Defines types for Gotham middleware

router

Defines the Gotham Router and supporting types.

state

Defines types for passing request state through Middleware and Handler implementations

test

Contains helpers for Gotham applications to use during testing.