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

Headers API constructor and methods #12634

Merged
merged 1 commit into from Jul 30, 2016
Merged

Commits on Jul 30, 2016

  1. Headers API constructor and methods

    - Reworked the append method to support the inner `hyper::header::Headers`'s HashMap `insert` method, which overwrites entries instead of appending.
    - Filled out constructor as well as delete, get, has, and set methods.
    - Updated relevant test expectations
    malisas committed Jul 30, 2016
You can’t perform that action at this time.