Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(headers): add TE header struct #1150

Merged
merged 1 commit into from
Apr 24, 2017
Merged

feat(headers): add TE header struct #1150

merged 1 commit into from
Apr 24, 2017

Conversation

almielczarek
Copy link
Contributor

This commit addresses issue 1109.
The TE header is used by a client to specify which
transfer encodings other than chunked it will accept.
It also specifies whether HTTP trailers are acceptable.
This commit also adds a Trailers variant to the
hyper::header::shared::Encoding enum.

This commit addresses issue 1109.
The `TE` header is used by a client to specify which
transfer encodings other than `chunked` it will accept.
It also specifies whether HTTP trailers are acceptable.
This commit also adds a `Trailers` variant to the
`hyper::header::shared::Encoding` enum.
@almielczarek
Copy link
Contributor Author

This commit references issue #1109.

@seanmonstar seanmonstar merged commit f1859df into hyperium:master Apr 24, 2017
@seanmonstar
Copy link
Member

Excellent, thank you!

pzread pushed a commit to furakus/hyper that referenced this pull request May 1, 2017
The `TE` header is used by a client to specify which
transfer encodings other than `chunked` it will accept.
It also specifies whether HTTP trailers are acceptable.
This commit also adds a `Trailers` variant to the
`hyper::header::shared::Encoding` enum.

Closes hyperium#1109 

BREAKING CHANGE: The `Encoding` enum has an additional
  variant, `Trailers`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants