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

Initial C API for hyper #2278

Merged
merged 3 commits into from
Jan 8, 2021
Merged

Initial C API for hyper #2278

merged 3 commits into from
Jan 8, 2021

Commits on Jan 8, 2021

  1. Configuration menu
    Copy the full SHA
    946d918 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56c4d92 View commit details
    Browse the repository at this point in the history
  3. refactor(ffi): Add Reason-Phrase API

    This adds an internal ability to copy the HTTP/1 reason-phrase and place
    it in the `http::Extensions` of a response, if it doesn't match the
    canonical reason. This could be exposed in the Rust API later, but for
    now it is only used by the C API.
    seanmonstar committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    f2568e8 View commit details
    Browse the repository at this point in the history