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
IngressHandlercontract, authenticating each request with the configuredAuthenticatorand, after authentication, authorizing it with the configuredAuthorizer(defaultAllowAllAuthorizer, no second policy layer until one is supplied).
Type Aliases§
- AppPipeline
- The concrete pipeline this binary serves.