21 releases

0.5.2 Feb 23, 2024
0.5.0 Nov 21, 2023
0.4.3 Jul 20, 2023
0.4.0 Feb 24, 2023
0.0.0 Mar 10, 2017

#7 in Web programming

Download history 336703/week @ 2024-01-02 377385/week @ 2024-01-09 408878/week @ 2024-01-16 418001/week @ 2024-01-23 409135/week @ 2024-01-30 412016/week @ 2024-02-06 403437/week @ 2024-02-13 427318/week @ 2024-02-20 458006/week @ 2024-02-27 442577/week @ 2024-03-05 484177/week @ 2024-03-12 464303/week @ 2024-03-19 468878/week @ 2024-03-26 516010/week @ 2024-04-02 495448/week @ 2024-04-09 427158/week @ 2024-04-16

1,994,111 downloads per month
Used in 857 crates (394 directly)

MIT license

665KB
13K SLoC

Tower HTTP

Tower middleware and utilities for HTTP clients and servers.

Build status Crates.io Documentation Crates.io

More information about this crate can be found in the crate documentation.

Middleware

Tower HTTP contains lots of middleware that are generally useful when building HTTP servers and clients. Some of the highlights are:

  • Trace adds high level logging of requests and responses. Supports both regular HTTP requests as well as gRPC.
  • Compression and Decompression to compress/decompress response bodies.
  • FollowRedirect to automatically follow redirection responses.

See the docs for the complete list of middleware.

Middleware uses the http crate as the HTTP interface so they're compatible with any library or framework that also uses http. For example hyper.

The middleware were originally extracted from one of @EmbarkStudios internal projects.

Examples

The examples folder contains various examples of how to use Tower HTTP:

Minimum supported Rust version

tower-http's MSRV is 1.66.

Getting Help

If you're new to tower its guides might help. In the tower-http repo we also have a number of examples showing how to put everything together. You're also welcome to ask in the #tower Discord channel or open an issue with your question.

Contributing

🎈 Thanks for your help improving the project! We are so happy to have you! We have a contributing guide to help you get involved in the Tower HTTP project.

License

This project is licensed under the MIT license.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Tower HTTP by you, shall be licensed as MIT, without any additional terms or conditions.

Dependencies

~0.8–5MB
~124K SLoC