diff options
author | Wolfy-J <[email protected]> | 2018-09-30 18:25:52 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-09-30 18:25:52 +0300 |
commit | 06f0a97e81905c880dc83813dd5b7f6f458ca724 (patch) | |
tree | d2ee8cadca0ca427358e1f02d05b69c57733ff28 /README.md | |
parent | 125f3b837355e932f73f54461e7550702d3fbcb0 (diff) |
new env values
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -21,6 +21,7 @@ Table of Contents * [License](https://github.com/spiral/roadrunner/wiki/License) * Using RoadRunner * [Environment Configuration](https://github.com/spiral/roadrunner/wiki/Enviroment-Configuration) + * [HTTPS and HTTP/2](https://github.com/spiral/roadrunner/wiki/HTTPS-and-HTTP2) * [PHP Workers](https://github.com/spiral/roadrunner/wiki/PHP-Workers) * [Server Commands](https://github.com/spiral/roadrunner/wiki/Server-Commands) * [RPC Integration](https://github.com/spiral/roadrunner/wiki/RPC-Integration) @@ -40,6 +41,7 @@ Features: -------- - production ready - PSR-7 HTTP server (file uploads, error handling, static files, hot reload, middlewares, event listeners) +- HTTPS and HTTP/2 support (including HTTP/2 Push) - fully customizable server - flexible environment configuration - no external PHP dependencies, drop-in (based on [Goridge](https://github.com/spiral/goridge)) |