#tower-http #cors #tower #version

tower-http-cors-config

Deserializable config types for tower_http::cors

3 releases

0.1.2 Sep 3, 2024
0.1.1 Sep 3, 2024
0.1.0 Sep 2, 2024

#2141 in Parser implementations

Download history 79/week @ 2024-08-27 336/week @ 2024-09-03 28/week @ 2024-09-10 26/week @ 2024-09-17 19/week @ 2024-09-24 50/week @ 2024-10-01 13/week @ 2024-10-08

53 downloads per month

MIT license

14KB
251 lines

About

The tower-http crate is a wonderful crate, however, it's cors module can be repetitive to configure dynamically as none of the types implement Deserialize. The point of this crate is to provide these deserializable config types for others so that users of the crate across the ecosystem don't need to repeatedly create their own versions of these types.

Dependencies

~4–5.5MB
~100K SLoC