Skip to content

Commit 564879f

Browse files
committed
v0.3.8
1 parent 33002c4 commit 564879f

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[package]
2-
name = "headers"
2+
name = "headers-accept-encoding"
33
version = "0.3.8" # don't forget to update html_root_url
4-
description = "typed HTTP headers"
4+
description = "Hypper typed HTTP headers with Accept-Encoding support"
55
license = "MIT"
66
readme = "README.md"
77
homepage = "https://hyper.rs"
88
repository = "https://github.com/hyperium/headers"
9-
authors = ["Sean McArthur <[email protected]>"]
9+
authors = ["Sean McArthur <[email protected]>", "Jose Quintana <joseluisq.net>"]
1010
keywords = ["http", "headers", "hyper", "hyperium"]
1111
categories = ["web-programming"]
1212

@@ -18,7 +18,7 @@ members = [
1818

1919
[dependencies]
2020
http = "0.2.0"
21-
headers-core = { version = "0.2", path = "./headers-core" }
21+
headers-core = "0.2"
2222
base64 = "0.13"
2323
bitflags = "1.0"
2424
itertools = "0.9"

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
# rust http headers
1+
# rust http headers with accept-encoding support
22

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

55
Typed HTTP headers.
6+
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).

0 commit comments

Comments
 (0)