Module mountable

Module mountable 

Source
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§

AuthenticatedRoute
An authenticated route that includes both the route and authentication middleware
InterfaceBuilder
Builder for creating mountable interfaces
InterfaceRegistry
Registry for managing multiple mountable interfaces
MountOptions
Configuration options for mounting an interface
MountableInterface
A mountable web interface that can be integrated into any host application
OpenApiSpec
OpenAPI specification for documentation
RouteDefinition
Route definition for a mountable interface
RouteDoc
Route documentation for OpenAPI

Type Aliases§

BoxFuture
A boxed future that returns a Result