ngrok / ngrok-javascript

Embed ngrok secure ingress into your Node.js apps with a single line of code.
https://ngrok.com
Apache License 2.0
94 stars 18 forks source link

Support the `app_protocol` option for HTTP and Labeled listeners #107

Closed jrobsonchase closed 7 months ago

jrobsonchase commented 10 months ago

This is to support http/2, and potentially other change-of-protocols that may occur.

See ngrok-private/ngrok#23863

This will depend on ngrok/ngrok-rust#125