Crate snx

Source

Modules§

middleware
request
response
router

Structs§

Config
Context
HeaderMap
A multimap of HTTP headers to values.
Html
Represents an HTML response.
InvalidJsonBodyError
Json
Represents a JSON response.
Server
Encapsulates functionality to serve HTTP requests.

Enums§

Method
Represents an HTTP request method.
StatusCode
Represents an HTTP status code.

Traits§

App
Describes an snx application with sane defaults.

Functions§

boot
Boots the snx framework and starts your application.