Expand description

Wrap operations in a special type allowing for the modification of operations and the requests inside before sending them

Structs

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.