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
{{ message }}
This repository has been archived by the owner on Nov 6, 2022. It is now read-only.
Hi
I am writing an http proxy and parsing HTTP messages using
http-parser
In most cases, proxy will add some additional headers such as
X-Forwarded-Host
,Proxy-Authorization
and so onSo i'd like to split HTTP message to 3 parts which is:
But
http-parser
doesn't provide some API to help me determine the boundaries of HTTP headerIs there any way to do it?
The text was updated successfully, but these errors were encountered: