Expand description
Mountable This module allows libraries to define web interfaces that can be mounted into any host application regardless of the underlying web framework. Now with deep authentication integration for seamless auth across all interfaces.
Structs§
- Authenticated
Route - An authenticated route that includes both the route and authentication middleware
- Interface
Builder - Builder for creating mountable interfaces
- Interface
Registry - Registry for managing multiple mountable interfaces
- Mount
Options - Configuration options for mounting an interface
- Mountable
Interface - A mountable web interface that can be integrated into any host application
- Open
ApiSpec - OpenAPI specification for documentation
- Route
Definition - Route definition for a mountable interface
- Route
Doc - Route documentation for OpenAPI
Type Aliases§
- BoxFuture
- A boxed future that returns a Result