http-rs / http-types

Common types for HTTP operations
https://docs.rs/http-types
Apache License 2.0
200 stars 84 forks source link

Add the `Retry-After` type header #314

Closed yoshuawuyts closed 3 years ago

yoshuawuyts commented 3 years ago

Tracking issue: #99

This implements the Retry-After header, a variety of rate limiting middleware to be implemented. Thanks!

yoshuawuyts commented 3 years ago

This patch too has been sitting open for review for a while. It's a typed header very much in line with our other headers. Going to go ahead and merge this.