mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
1f10808ced
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>
24 lines
667 B
Plaintext
24 lines
667 B
Plaintext
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
|