I'm using the module http-parser to parse responses from a server and the thing is that I'm receiving the error HPE_INVALID_HEDER_TOKE
and as far as I know the reason is because the server is returning me bad headers. So I make a test tohttp-parser
and effectively the headers that is returning me the server is wrong.
My question is: what is the value/key convention that is followed by the http-parser
so I could know what is the server doing wrong?
via learnercys