ModifyRequestMiddleware

A middleware that only mutates the outgoing SdkHttpRequest.

NOTE: This can be applied to any phase that uses SdkHttpRequest as it's input type (e.g. mutate, onEachAttempt, receive)

Inherited functions

Link copied to clipboard
abstract suspend fun modifyRequest(req: SdkHttpRequest): SdkHttpRequest