tower/tower-retry
Carl Lerche 75eecc476c
Switch Service request to a generic. (#109)
This changes the Service request type to a generic instead of an associated
type. This is more appropriate as requests are inputs to the service.

This change enables a single implementation of `Service` to accept many
kinds of request types. This also enables requests to be references.

Fixes #99
2018-11-01 12:28:10 -07:00
..
src Switch Service request to a generic. (#109) 2018-11-01 12:28:10 -07:00
tests Tower Retry (#96) 2018-08-28 11:05:15 -07:00
Cargo.toml Adds a retry::Budget (#98) 2018-09-18 10:58:43 -07:00
README.md Tower Retry (#96) 2018-08-28 11:05:15 -07:00

README.md

Tower Retry

A Tower middleware to control retrying of requests when a response error is encountered.