We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4af37ff commit bdad5bdCopy full SHA for bdad5bd
README.md
@@ -135,6 +135,8 @@ See [`upgrade`](https://nodejs.org/api/http.html#http_event_upgrade)
135
136
If HTTP/1 support is not required use the HTTP/2 `stream` API which has a lower overhead.
137
138
+Note that the `onRes` signature differs from HTTP/1 mode.
139
+
140
```js
141
import http2 from 'http2'
142
import proxy from 'http2-proxy'
0 commit comments