Skip to content

Commit 0b1be2f

Browse files
committed
docs: added GC friendly feature
1 parent baffdeb commit 0b1be2f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# node-http2-proxy
22

3-
A simple http/2 & http/1.1 to http/1.1 spec compliant proxy helper for Node.
3+
A simple high performance http/2 & http/1.1 to http/1.1 spec compliant proxy helper for Node.
44

55
### Features
66

77
- Proxies HTTP 2, HTTP 1.1 and WebSocket
88
- Simple and easy to follow implementation
9+
- GC friendly with minimal allocations
910
- [Hop by hop header handling](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers)
1011
- [Connection header handling](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Connection)
1112
- [Via header handling](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Via)

0 commit comments

Comments
 (0)