5 releases

0.2.3 May 30, 2024
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 1278/week @ 2024-03-13 1419/week @ 2024-03-20 1269/week @ 2024-03-27 1112/week @ 2024-04-03 726/week @ 2024-04-10 566/week @ 2024-04-17 391/week @ 2024-04-24 829/week @ 2024-05-01 406/week @ 2024-05-08 661/week @ 2024-05-15 366/week @ 2024-05-22 857/week @ 2024-05-29 627/week @ 2024-06-05 615/week @ 2024-06-12 472/week @ 2024-06-19 128/week @ 2024-06-26

1,990 downloads per month

MIT/Apache

63KB
905 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

~7.5MB
~189K SLoC