aboutsummaryrefslogtreecommitdiff
path: root/www/h2o/pkg-descr
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2015-02-17 21:03:05 +0000
committerAndrej Zverev <az@FreeBSD.org>2015-02-17 21:03:05 +0000
commit1f10808cedaacc749f62b0898b167f1550a3fc65 (patch)
treee04f7a74ee6c73e4acd1cdc15ea8b558b649b3be /www/h2o/pkg-descr
parent31773f73ac4492474c7e004d4560f817c8a3baa3 (diff)
downloadports-1f10808cedaacc749f62b0898b167f1550a3fc65.tar.gz
ports-1f10808cedaacc749f62b0898b167f1550a3fc65.zip
- add new port: www/h2o
H2O is a very fast HTTP server written in C. It can also be used as a library. It supports: - HTTP/1.0, HTTP/1.1 - [HTTP/2](http://http2.github.io/) - draft 16 (and draft 14 to support older clients) - persistent connections - chunked encoding - negotiation methods: NPN, ALPN, Upgrade, direct - dependency and weight-based prioritization - server push - TLS - uses [OpenSSL](https://www.openssl.org/) - forward secrecy - AEAD ciphers - OCSP stapling (automatically enabled) - session resumption (internal memory) - conditional GET using last-modified / etag - mime-type configuration - reverse proxy - persistent upstream connection PR: 197519 Submitted by: Dave Cottlehuber <dch@skunkwerks.at>
Notes
Notes: svn path=/head/; revision=379190
Diffstat (limited to 'www/h2o/pkg-descr')
-rw-r--r--www/h2o/pkg-descr23
1 files changed, 23 insertions, 0 deletions
diff --git a/www/h2o/pkg-descr b/www/h2o/pkg-descr
new file mode 100644
index 000000000000..9aafe7a6ac91
--- /dev/null
+++ b/www/h2o/pkg-descr
@@ -0,0 +1,23 @@
+H2O is a very fast HTTP server written in C. It can also be used as a library.
+It supports:
+
+- HTTP/1.0, HTTP/1.1
+- [HTTP/2](http://http2.github.io/)
+- draft 16 (and draft 14 to support older clients)
+- persistent connections
+- chunked encoding
+- negotiation methods: NPN, ALPN, Upgrade, direct
+- dependency and weight-based prioritization
+- server push
+- TLS
+- uses [OpenSSL](https://www.openssl.org/)
+- forward secrecy
+- AEAD ciphers
+- OCSP stapling (automatically enabled)
+- session resumption (internal memory)
+- conditional GET using last-modified / etag
+- mime-type configuration
+- reverse proxy
+- persistent upstream connection
+
+WWW: http://github.com/h2o/h2o