diff options
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -2,6 +2,13 @@ a simple stupid reverse proxy +## Features + +- Simple to configure (see below) +- Handles connection upgrades correctly by default (websocket, etc.) +- TLS support +- _TODO: h2; match on uris; connection pools_ + ## Usage Run the binary with the a path to the configuration as the first argument. The |