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

Commits on Apr 24, 2017

  1. feat(headers): add TE header struct

    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 committed Apr 24, 2017
    Configuration menu
    Copy the full SHA
    b04165e View commit details
    Browse the repository at this point in the history