Closed dariosky closed 2 years ago
According to the doc the proxyReq event gets http.ClientRequest proxyReq, http.IncomingMessage req, http.ServerResponse res, Object options)
proxyReq
http.ClientRequest proxyReq, http.IncomingMessage req, http.ServerResponse res, Object options)
I just fixed the name of the first parameter
Hi @dariosky Thanks for your PR 😀 Merged!
@all-contributors please add @dariosky for doc
@stegano
I've put up a pull request to add @dariosky! :tada:
According to the doc the
proxyReq
event getshttp.ClientRequest proxyReq, http.IncomingMessage req, http.ServerResponse res, Object options)
I just fixed the name of the first parameter