Smithy Kotlin
Toggle table of contents
1.5.22
common
Platform filter
common
Switch theme
Skip to content
Smithy Kotlin
http-auth
/
aws.smithy.kotlin.runtime.http.auth
/
AnonymousHttpSigner
Anonymous
Http
Signer
object
AnonymousHttpSigner
:
HttpSigner
A no-op signer that does nothing with the request
Members
Functions
sign
Link copied to clipboard
open
suspend override
fun
sign
(
signingRequest
:
SignHttpRequest
)