5 releases

new 0.2.3 Apr 7, 2024
0.2.2 Jan 2, 2024
0.2.1 Mar 10, 2023
0.2.0 Mar 9, 2023
0.1.0 Oct 10, 2021

#1337 in HTTP server

Download history 211/week @ 2023-12-22 890/week @ 2023-12-29 533/week @ 2024-01-05 748/week @ 2024-01-12 843/week @ 2024-01-19 1036/week @ 2024-01-26 1150/week @ 2024-02-02 855/week @ 2024-02-09 857/week @ 2024-02-16 483/week @ 2024-02-23 717/week @ 2024-03-01 997/week @ 2024-03-08 1432/week @ 2024-03-15 1295/week @ 2024-03-22 1490/week @ 2024-03-29 1444/week @ 2024-04-05

5,757 downloads per month

MIT/Apache

83KB
1.5K SLoC

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 handlers for etag and last-modified-since headers.

This crate provides three handlers: Etag, Modified, and CachingHeaders, as well as a CachingHeadersExt that extends trillium::Headers with some accessors.

Unless you are sure that you don't want either etag or last-modified behavior, please use the combined CachingHeaders handler.

Dependencies

~7.5MB
~189K SLoC