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 baffdeb commit 0b1be2fCopy full SHA for 0b1be2f
README.md
@@ -1,11 +1,12 @@
1
# node-http2-proxy
2
3
-A simple http/2 & http/1.1 to http/1.1 spec compliant proxy helper for Node.
+A simple high performance http/2 & http/1.1 to http/1.1 spec compliant proxy helper for Node.
4
5
### Features
6
7
- Proxies HTTP 2, HTTP 1.1 and WebSocket
8
- Simple and easy to follow implementation
9
+- GC friendly with minimal allocations
10
- [Hop by hop header handling](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers)
11
- [Connection header handling](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Connection)
12
- [Via header handling](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Via)
0 commit comments