Module endpoints

Module endpoints 

Source
Expand description

Contains all HTTP endpoint handlers.

Use routes to create a router with all endpoints.

Modules§

common
Common types and utilities for API endpoints.
health
Health and readiness endpoints.

Functions§

is_internal_route
Returns true for internal endpoints that are exempt from metrics and concurrency limits.
routes
Returns a router with all objectstore HTTP endpoints mounted.