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

Expose headers and rawHeaders on an http.ClientRequest "information" event #28459

Closed
wants to merge 1 commit into from

Commits on Jun 29, 2019

  1. http: expose headers on an http.ClientRequest "information" event

    1xx intermediate status responses are allowed to have headers; so
    expose the "httpVersion", "httpVersionMajor", "httpVersionMinor",
    "headers", "rawHeaders", and "statusMessage" properties on this
    event.
    awwright committed Jun 29, 2019
    Configuration menu
    Copy the full SHA
    f1274ee View commit details
    Browse the repository at this point in the history