Smithy Kotlin
Toggle table of contents
1.5.14
common
Platform filter
common
Switch theme
Skip to content
Smithy Kotlin
http-client
/
aws.smithy.kotlin.runtime.http.operation
/
InitializeMiddleware
Initialize
Middleware
interface
InitializeMiddleware
<
Request
,
Response
>
:
Middleware
<
OperationRequest
<
Request
>
,
Response
>
Middleware that intercepts the
SdkOperationExecution.initialize
phase
Members
Inherited functions
handle
Link copied to clipboard
abstract
suspend
fun
<
H
:
Handler
<
OperationRequest
<
Request
>
,
Response
>
>
handle
(
request
:
OperationRequest
<
Request
>
,
next
:
H
)
:
Response