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 #1149

Closed
wants to merge 1 commit into from
Closed

feat(headers): add TE header struct #1149

wants to merge 1 commit into from

Conversation

almielczarek
Copy link
Contributor

@almielczarek almielczarek commented Apr 24, 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.

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 is to address issue #1109. I can create a new pull request if you would like that in the commit message.

@almielczarek
Copy link
Contributor Author

I need to fix an error. I will also put the issue this PR is referencing in the commit message.

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.

1 participant