diff options
Diffstat (limited to 'web/server/h2o/libh2o/srcdoc/index.mt')
-rw-r--r-- | web/server/h2o/libh2o/srcdoc/index.mt | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/web/server/h2o/libh2o/srcdoc/index.mt b/web/server/h2o/libh2o/srcdoc/index.mt deleted file mode 100644 index 1d6f93d92..000000000 --- a/web/server/h2o/libh2o/srcdoc/index.mt +++ /dev/null @@ -1,45 +0,0 @@ -? my $note = $main::context->{note}; -? $_mt->wrapper_file("wrapper.mt")->(sub { - -<div style="margin-top: 3em;"> -<p> -H2O is a new generation HTTP server that <b>provides quicker response to users with less CPU utilization</b> when compared to older generation of web servers. -Designed from ground-up, the server takes full advantage of <a href="https://tools.ietf.org/html/rfc7540">HTTP/2</a> features including <a href="configure/http2_directives.html#prioritization">prioritized content serving</a> and <a href="configure/http2_directives.html#server-push">server push</a>, promising outstanding experience to the visitors of your web site. -<div align="center"> -<a href="assets/8mbps100msec-nginx195-h2o150.png" target="_blank"><img src="assets/8mbps100msec-nginx195-h2o150.png" width="333" height="250"></a> -<a href="assets/staticfile612-nginx1910-h2o170.png" target="_blank"><img src="assets/staticfile612-nginx1910-h2o170.png" width="200" height="250"></a> -</div> -Explanation of the benchmark charts can be found in the <a href="benchmarks.html">benchmarks</a> page. -<p> - -</p> -</div> - -<h3>Key Features</h3> - -<ul> -<li>HTTP/1.0, HTTP/1.1 -<li><a href="configure/http2_directives.html">HTTP/2</a> -<ul> -<li>full support for dependency and weight-based prioritization with <a href="configure/http2_directives.html#http2-reprioritize-blocking-assets">server-side tweaks</a></li> -<li><a href="configure/http2_directives.html#http2-casper">cache-aware server push</a></li> -</ul> -</li> -<li>TCP Fast Open -<li><a href="configure/base_directives.html#listen-ssl">TLS</a> -<ul> -<li>session resumption (standalone & memcached) -<li>session tickets with automatic key rollover -<li>automatic OCSP stapling -<li>forward secrecy & fast AEAD ciphers<?= $note->(q{chacha20-poly1305: see <a href="https://blog.cloudflare.com/do-the-chacha-better-mobile-performance-with-cryptography/">Do the ChaCha: better mobile performance with cryptography</a>}) ?></li> -<li><a href="configure/base_directives.html#neverbleed">private key protection using privilege separation</a> -</ul> -</li> -<li><a href="configure/file_directives.html">static file serving</a> -<li><a href="configure/fastcgi_directives.html">FastCGI</a> -<li><a href="configure/proxy_directives.html">reverse proxy</a> -<li><a href="configure/mruby.html">scriptable using mruby</a> (Rack-based) -<li>graceful restart and self-upgrade -</ul> - -? }) |