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

http: allow passing array of key/val into writeHead #35274

Closed
wants to merge 6 commits into from

Commits on Sep 20, 2020

  1. http: allow passing array of key/val into writeHead

    Enables an optimization when the user already has the headers
    in an array form, e.g. when proxying.
    ronag committed Sep 20, 2020
    Copy the full SHA
    7c3bcf5 View commit details
    Browse the repository at this point in the history
  2. fixup: docs

    ronag committed Sep 20, 2020
    Copy the full SHA
    9c94f5b View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2020

  1. fixup

    ronag committed Sep 21, 2020
    Copy the full SHA
    f8f3e05 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2020

  1. fixup

    ronag committed Sep 30, 2020
    Copy the full SHA
    368bfcc View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2020

  1. fixup

    ronag committed Oct 9, 2020
    Copy the full SHA
    4097ae4 View commit details
    Browse the repository at this point in the history
  2. fixup

    ronag committed Oct 9, 2020
    Copy the full SHA
    cfe68c7 View commit details
    Browse the repository at this point in the history