1 unstable release

0.1.0 Jul 9, 2019

#14 in #modifier

Download history 23/week @ 2024-08-26 6/week @ 2024-09-02 9/week @ 2024-09-09 13/week @ 2024-09-16 37/week @ 2024-09-23 17/week @ 2024-09-30 3/week @ 2024-10-14 6/week @ 2024-10-21 5/week @ 2024-10-28 13/week @ 2024-11-04 9/week @ 2024-11-18 7/week @ 2024-11-25 17/week @ 2024-12-02 32/week @ 2024-12-09

65 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
~16K SLoC