Crate ts_webapi

Crate ts_webapi 

Source
Expand description

§ts-webapi

Helpers for creating my APIs.

Modules§

middleware
Common middleware layers

Structs§

ErrorResponse
JSON payload for an error response.
Problem
A problem detailing part of the error response.

Traits§

IntoErrorResponse
Trait for providing convenience functions to mark an error as a given type.

Functions§

cors_layer
CORS layer where the common HTTP methods, headers, and localhost are all allowed by default.