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

Implement Hyper's .downcast_ref() method on Request #555

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

RobinMcCorkell
Copy link

It is often useful to access the underlying NetworkStream of a Request, e.g. in order to access information from the SSL context such as the client peer certificate when using mutual TLS authentication. This
method uses the same approach as Hyper to access the underlying stream.

Fixes #425

It is often useful to access the underlying NetworkStream of a Request,
e.g. in order to access information from the SSL context such as the
client peer certificate when using mutual TLS authentication. This
method uses the same approach as Hyper to access the underlying stream.
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.

None yet

1 participant