Smithy Kotlin
Toggle table of contents
1.5.18
common
Platform filter
common
Switch theme
Skip to content
Smithy Kotlin
http-client
/
aws.smithy.kotlin.runtime.http.interceptors
Package-level
declarations
Types
Types
Checksum
Mismatch
Exception
Link copied to clipboard
class
ChecksumMismatchException
(
message
:
String
?
)
:
ClientException
Http
Interceptor
Link copied to clipboard
typealias
HttpInterceptor
=
Interceptor
<
Any
,
Any
,
HttpRequest
,
HttpResponse
>