Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.

Conversation

sstephenson
Copy link

Adds support for HTTP raw headers, as described in this mailing list thread. Useful when building reverse proxy servers.

@nathanwdavis
Copy link

I wish that this could be reconsidered for implementation (or at least something very similar). I am working on something that will need to do a reverse proxy request in some cases. It would be nice to be able to simply pipe the ClientResponse headers into the ServerResponse headers somehow. Currently you have to deal with two conversions:

  • lowercase to correct mixed case header names,
  • conversion between array-type values to their correct string representation

Sstephenson's would fix this in a pretty graceful way (I think).

This pull request was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants