4 releases

0.2.2 Apr 7, 2024
0.2.1 Jan 2, 2024
0.2.0 Aug 27, 2021
0.1.0 Jul 8, 2021

#15 in #trillium

Download history 202/week @ 2023-12-22 804/week @ 2023-12-29 473/week @ 2024-01-05 707/week @ 2024-01-12 748/week @ 2024-01-19 984/week @ 2024-01-26 1109/week @ 2024-02-02 759/week @ 2024-02-09 825/week @ 2024-02-16 395/week @ 2024-02-23 687/week @ 2024-03-01 951/week @ 2024-03-08 1381/week @ 2024-03-15 1209/week @ 2024-03-22 1419/week @ 2024-03-29 1127/week @ 2024-04-05

5,232 downloads per month

MIT/Apache

62KB
902 lines

Welcome to Trillium!

📖 Guide 📖

The guide provides an architectural overview and lay of the land connecting the trillium crates.

📑 Rustdocs 📑

The rustdocs represent the best way to learn about any of trillium's individual crates and the specific interfaces.




Legal:

Licensed under either of

at your option.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.


lib.rs:

Trillium handler for HEAD requests

This simple handler rewrites HEAD requests to be GET requests, and then before sending the response, removes the outbound body but sets a content length header. Any handlers subsequent to this one see a GET request.

Dependencies

~7MB
~187K SLoC