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

trireme should support http IncomingMessage.rawHeaders #133

Open
asquare opened this issue Oct 14, 2015 · 0 comments
Open

trireme should support http IncomingMessage.rawHeaders #133

asquare opened this issue Oct 14, 2015 · 0 comments

Comments

@asquare
Copy link
Contributor

asquare commented Oct 14, 2015

Node and Trireme convert all http headers on the incoming request to lowercase. However, some applications require access to the original unmodified headers. Node's http module introduced IncomingMessage.rawHeaders to provide access to the unmodified headers. This property is present in 0.12 and not in 0.10. Even though Trireme is compatible with 0.10, it should make this property available for enhanced compatibility.

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

No branches or pull requests

1 participant