Smithy Kotlin
Toggle table of contents
1.5.8
common
Platform filter
common
Switch theme
Skip to content
Smithy Kotlin
runtime-core
/
aws.smithy.kotlin.runtime.io.middleware
/
Middleware
Middleware
common
interface
Middleware
<
Request
,
Response
>
Decorates a
Handler
, transforming either the request or the response
Members
Functions
handle
Link copied to clipboard
common
abstract
suspend
fun
<
H
:
Handler
<
Request
,
Response
>
>
handle
(
request
:
Request
,
next
:
H
)
:
Response