Expand description
§ts-webapi
Helpers for creating my APIs.
Modules§
- middleware
- Common middleware layers
Structs§
- Error
Response - JSON payload for an error response.
- Problem
- A problem detailing part of the error response.
Traits§
- Into
Error Response - 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.