tower/tower-buffer
Sean McArthur 7dabd34d24
Tower Retry (#96)
- 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.
2018-08-28 11:05:15 -07:00
..
2018-08-28 11:05:15 -07:00
2017-11-16 09:44:44 -08:00

Tower Buffer

Tower middleware providing a buffering layer in front of an inner Service.