-
Notifications
You must be signed in to change notification settings - Fork 165
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* punt on examples for now * remove dependency on hyper * port to http-body 1.0 * note which types from http_body_util is in our public api * wrap body types * fix some warnings * comment out compression stuff for now * validate-request docs * trace * timeout * set_status * set_header * serve_dir * redirect * follow_redirect * sensitive_headers * request_id * propagate_header * normalize_path * in_flight_requests * map_response_body * map_request_body * limit * lib * cors * classify * add_extension * catch_panic * add_authorization * require_authorization + async_require_authorization * builder * format * fixes * fix docs * fix cargo hack * is this breaking patches in Cargo.toml? * update to 1.0 of dependencies * porting compression like this seems to work \o/ * use `BodyExt::collect` in tests * compression is back! * and thats decompression! * remove hyper specific test * Update examples/axum-key-value-store/src/main.rs Co-authored-by: Jonas Platte <jplatte+git@posteo.de> * bring back client examples * fix doc tests * forgot ServiceBuilderExt * changelog * Fix potential ordering issues with `BodyIntoStream` * don't delegate `is_end_stream` * fix typos * use std::task::ready * uncomment CompressionLayer in examples * Derive default * format * bring back hyper compat test * remove lint. Lets just add this back later. Wanna merge now --------- Co-authored-by: Jonas Platte <jplatte+git@posteo.de>
- Loading branch information
1 parent
d2eadcb
commit 04361b7
Showing
60 changed files
with
1,135 additions
and
939 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
[workspace] | ||
resolver = "2" | ||
members = [ | ||
"tower-http", | ||
"examples/*", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.