Skip to main content

Module handler

Module handler 

Source
Expand description

The ingress handler: authenticates the caller, builds a request context, and drives the engine pipeline, mapping the outcome to an HTTP response.

Structs§

AppHandler
Adapts the engine pipeline to the transport’s IngressHandler contract, authenticating each request with the configured Authenticator and, after authentication, authorizing it with the configured Authorizer (default AllowAllAuthorizer, no second policy layer until one is supplied).

Type Aliases§

AppPipeline
The concrete pipeline this binary serves.