Skip to content

Commit af3b26b

Browse files
committed
v1.0.1
1 parent ed6d19f commit af3b26b

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

Cargo.toml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "headers-accept-encoding"
3-
version = "1.0.0" # don't forget to update html_root_url
4-
description = "Hypper typed HTTP headers with Accept-Encoding support"
3+
version = "1.0.1" # don't forget to update html_root_url
4+
description = "Hypper typed HTTP headers with Accept-Encoding + zstd support"
55
license = "MIT"
66
readme = "README.md"
77
homepage = "https://hyper.rs"
8-
repository = "https://github.com/hyperium/headers"
8+
repository = "https://github.com/static-web-server/headers-accept-encoding"
99
authors = ["Sean McArthur <[email protected]>", "Jose Quintana <joseluisq.net>"]
1010
keywords = ["http", "headers", "hyper", "hyperium"]
1111
categories = ["web-programming"]
@@ -25,6 +25,7 @@ bytes = "1"
2525
mime = "0.3.14"
2626
sha1 = "0.10"
2727
httpdate = "1"
28+
itertools = "0.11"
2829

2930
[features]
3031
nightly = []

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# rust http headers with accept-encoding support
1+
# Rust HTTP headers with Accept-Encoding + zstd Content Coding support
22

33
[![Build Status](https://github.com/hyperium/headers/workflows/CI/badge.svg)](https://github.com/hyperium/headers/actions?query=workflow%3ACI)
44

5-
Typed HTTP headers.
5+
A [headers crate fork](https://github.com/ParkMyCar/headers) with `Accept-Encoding` + zstd Content Coding support and synced with the upstream [hyperium/headers](https://github.com/hyperium/headers).
66

7-
**NOTE:** This is a fork but synced with the upstream [hyperium/headers](https://github.com/hyperium/headers) and used by [static-web-server](https://github.com/static-web-server/static-web-server).
7+
This fork is used by [static-web-server](https://github.com/static-web-server/static-web-server).

0 commit comments

Comments
 (0)