mirror of
https://github.com/tower-rs/tower.git
synced 2025-10-01 23:11:03 +00:00

- Inspect the request, response, and error when determining to retry - Return a future if retry is desired - This future allows an impl to delay a retry - The future yields a new `Policy`, allowing state to be changed for later retries.
Tower Buffer
Tower middleware providing a buffering layer in front of an inner Service
.