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(client): add capture_connection #3144

Merged
merged 1 commit into from
Feb 22, 2023

Commits on Feb 21, 2023

  1. feat(client): add capture_connection

    Add `capture_connection` functionality. This allows callers to retrieve the `Connected` struct of the connection that was used internally by Hyper. This is in service of hyperium#2605.
    
    Although this uses `http::Extensions` under the hood, the API exposed explicitly hides that detail.
    rcoh committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    d3c9b6a View commit details
    Browse the repository at this point in the history