-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: static-web-server/headers-accept-encoding
base: v1.0.1
head repository: static-web-server/headers-accept-encoding
compare: headers_encoding
- 14 commits
- 8 files changed
- 9 contributors
Commits on Mar 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for de37430 - Browse repository at this point
Copy the full SHA de37430View commit details
Commits on Apr 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f01cc90 - Browse repository at this point
Copy the full SHA f01cc90View commit details
Commits on Aug 30, 2023
-
Raise msrv to 1.56 (hyperium#147)
Necessary as httpdate 1.0.3 introduced MSRV, choosing 1.56
Configuration menu - View commit details
-
Copy full SHA for c77c1f4 - Browse repository at this point
Copy the full SHA c77c1f4View commit details -
Update base64 to 0.21 (hyperium#127)
Signed-off-by: Ayush Singh <[email protected]> Co-authored-by: Sean McArthur <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a8b4181 - Browse repository at this point
Copy the full SHA a8b4181View commit details
Commits on Aug 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2b9fc5b - Browse repository at this point
Copy the full SHA 2b9fc5bView commit details
Commits on Nov 3, 2023
-
Add support for "must-understand" directive (hyperium#149)
* Add support for "must-understand" directive * Address fmt issues
Configuration menu - View commit details
-
Copy full SHA for a3f9827 - Browse repository at this point
Copy the full SHA a3f9827View commit details
Commits on Nov 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4400aa9 - Browse repository at this point
Copy the full SHA 4400aa9View commit details
Commits on Nov 20, 2023
-
Make authorization schemes case and whitespace insensitive (hyperium#153
) * Make authorization schemes case and whitespace insensitive According to RFC7235[1]: > It uses a case- > insensitive token as a means to identify the authentication scheme, > followed by additional information necessary for achieving > authentication via that scheme. [1]: https://datatracker.ietf.org/doc/html/rfc7235#section-2.1 * Use eq_ignore_ascii_case() for Authorization schemes This is effectively the same as comparing the result of `to_ascii_lowercase()`, with the benefit of avoiding "allocating and copying temporaries" (according to the Rust `std` docs[1]). [1]: https://doc.rust-lang.org/std/primitive.slice.html#method.eq_ignore_ascii_case --------- Co-authored-by: Simon Bihel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7d784cd - Browse repository at this point
Copy the full SHA 7d784cdView commit details
Commits on Nov 24, 2023
-
fix: Range suffixes are not Rust RangeTo (hyperium#155)
An HTTP Range of `bytes=-100` means a suffix, the last 100 bytes. This was wrongly parsed as the Rust range `..100`, which means the first 100 bytes. This has been fixed, but doing so required change `Range::iter` to accept a length argument, to determine if the ranges are satisfiable. BREAKING CHANGE: Change `.iter()` calls to `.satisfiable_ranges(len)`. Also, the `Range::bytes()` constructor will now return an error if pass a `RangeTo` (e.g. `Range::bytes(..100)`).
Configuration menu - View commit details
-
Copy full SHA for f2c4aba - Browse repository at this point
Copy the full SHA f2c4abaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ebb42d - Browse repository at this point
Copy the full SHA 6ebb42dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b8cf384 - Browse repository at this point
Copy the full SHA b8cf384View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad331d0 - Browse repository at this point
Copy the full SHA ad331d0View commit details
Commits on Dec 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 73f1be3 - Browse repository at this point
Copy the full SHA 73f1be3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b01d6ae - Browse repository at this point
Copy the full SHA b01d6aeView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.0.1...headers_encoding