Replies: 1 comment 4 replies
-
There's no documented way to access the proxy headers from the connect response.
We wouldn't expose the connect response via private API as in the example you've given, no. If we did want to make this available, we'd probably want to use the response extensions API. response.extensions['proxy_headers'] |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Just checking if there's any way to access the proxy headers from the connect response ?
or is it required for changes to be made to httpcore e.g. here and here which would then expose the connect response to the client via
Beta Was this translation helpful? Give feedback.
All reactions