You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: