unified-llm-client
Preparing search index...
SessionApiMiddleware
Type Alias SessionApiMiddleware
SessionApiMiddleware
:
(
request
:
Request
,
context
:
SessionApiRequestContext
,
)
=>
MaybePromise
<
Partial
<
SessionApiRequestContext
>
|
Response
|
void
>
Middleware hook for auth, tenancy, and request enrichment.
Type Declaration
(
request
:
Request
,
context
:
SessionApiRequestContext
,
)
:
MaybePromise
<
Partial
<
SessionApiRequestContext
>
|
Response
|
void
>
Parameters
request
:
Request
context
:
SessionApiRequestContext
Returns
MaybePromise
<
Partial
<
SessionApiRequestContext
>
|
Response
|
void
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
unified-llm-client
Loading...
Middleware hook for auth, tenancy, and request enrichment.