Skip to main content

Module fallback

Module fallback 

Source
Expand description

Fallback handlers for unmatched routes and disallowed methods.

Functionsยง

conversion_method_not_allowed
Fallback handler for wrong HTTP methods on /conversion.
health_method_not_allowed
Fallback handler for wrong HTTP methods on /health.
not_found
Fallback handler that returns RFC 7807 Problem JSON for all unmatched routes.