molnarg / node-http2

An HTTP/2 client and server implementation for node.js
MIT License
1.79k stars 185 forks source link

How to manually send HTTP/2 Frames? #231

Open Keltonc1 opened 7 years ago

Keltonc1 commented 7 years ago

Does the Public API support manually sending any type of HTTP/2 frame once the connection is set up? I can't seem to find a way to do this.