1 unstable release

0.1.0 Jul 9, 2019

#19 in #modifier

Download history 10/week @ 2024-02-19 22/week @ 2024-02-26 11/week @ 2024-03-04 14/week @ 2024-03-11 11/week @ 2024-03-18 13/week @ 2024-03-25 49/week @ 2024-04-01

89 downloads per month
Used in 2 crates

MIT license

9KB
160 lines

Request Modifier

HTTP specific Tower middleware that runs a Fn(Request<B>) -> Request<B> modification on every request. This type's builder includes functions for common modifications, like setting request origin or adding static headers.


lib.rs:

A tower::Service middleware to modify the request.

Dependencies

~1MB
~15K SLoC