Quantcast
Viewing all articles
Browse latest Browse all 98

H2O is a very fast HTTP server written in C

Key Features

  • HTTP/1.0, HTTP/1.1
  • HTTP/2
    • supports the final version1
    • negotiation methods: NPN, ALPN, Upgrade, direct
    • dependency and weight-based prioritization
    • server push
  • WebSocket2
  • TLS
    • uses OpenSSL or LibreSSL
    • forward secrecy
    • AEAD ciphers including the upcoming ones preferred by Google Chrome3
    • OCSP stapling4
    • session resumption and session tickets5
  • static file serving
    • conditional GET using last-modified / etag
    • directory listing
    • mime-type configuration
  • reverse proxy
    • HTTP/1.x only6
    • persistent upstream connection
  • access-logging
    • apache-like format strings
  • graceful restart and self-upgrade

https://h2o.github.io/


Image may be NSFW.
Clik here to view.
Image may be NSFW.
Clik here to view.

Viewing all articles
Browse latest Browse all 98

Trending Articles