Module customize

Source
Expand description

Operation customization and supporting types

Structs§

CustomizableOperation
A wrapper type for Operations that allows for customization of the operation before it is sent. A CustomizableOperation may be sent by calling its .send() method.
Operation

Enums§

RetryKind
RetryKind describes how a request MAY be retried for a given response

Traits§

ClassifyRetry
Classifies what kind of retry is needed for a given response.