mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
22c7962619
Approved by: jrm (mentor) Sponsored by: https://iwantmyname.com/ Differential Revision: https://reviews.freebsd.org/D13077
25 lines
637 B
Plaintext
25 lines
637 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
|
|
- persistent connections
|
|
- chunked encoding
|
|
- negotiation methods: NPN, ALPN, Upgrade, direct
|
|
- dependency and weight-based prioritization
|
|
- server push
|
|
- TLS up to 1.3
|
|
- support OpenSSL and LibreSSL
|
|
- forward secrecy
|
|
- AEAD ciphers
|
|
- OCSP stapling (automatically enabled)
|
|
- session resumption (internal memory)
|
|
- conditional GET using last-modified / etag
|
|
- mime-type configuration
|
|
- reverse proxy
|
|
- websocket support
|
|
- embedded mruby interpreter for high speed custom functions
|
|
|
|
WWW: https://github.com/h2o/h2o
|