Skip to content

doc: http2.connect accepts net & tls options

Makes it clear that http2.connect can accept all the same options as net.connect and tls.connect since there seems to be some confusion around this.

Fixes: https://github.com/nodejs/node/issues/15405

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)

doc

Merge request reports

Loading