IGUHealth
Preparing search index...
@iguhealth/client
middleware
createMiddlewareAsync
Function createMiddlewareAsync
createMiddlewareAsync
<
State
,
CTX
,
Request
=
FHIRRequest
<
"4.0"
|
"4.3"
,
AllInteractions
>
,
Response
=
FHIRResponse
<
"4.0"
|
"4.3"
,
AllInteractions
|
"error"
>
,
>
(
_state
:
State
,
middlewareChain
:
MiddlewareAsyncChain
<
State
,
CTX
,
Request
,
Response
>
[]
,
options
?:
{
logging
?:
boolean
}
,
)
:
MiddlewareAsync
<
CTX
,
Request
,
Response
>
Type Parameters
State
CTX
Request
=
FHIRRequest
<
"4.0"
|
"4.3"
,
AllInteractions
>
Response
=
FHIRResponse
<
"4.0"
|
"4.3"
,
AllInteractions
|
"error"
>
Parameters
_state
:
State
middlewareChain
:
MiddlewareAsyncChain
<
State
,
CTX
,
Request
,
Response
>
[]
options
:
{
logging
?:
boolean
}
= ...
Returns
MiddlewareAsync
<
CTX
,
Request
,
Response
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
IGUHealth
Loading...