Skip to main content

Crate saluki_api

Crate saluki_api 

Source

Modules§

extract
response
Types and traits for generating responses.
routing
Routing between Services and handlers.

Structs§

DynamicRoute
A set of dynamic API routes.
StatusCode
An HTTP status code (status-code in RFC 9110 et al.).

Enums§

EndpointProtocol
API endpoint protocol.
EndpointType
API endpoint type.

Traits§

APIHandler