summaryrefslogtreecommitdiffstats
path: root/web/server/h2o/libh2o/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'web/server/h2o/libh2o/README.md')
-rw-r--r--web/server/h2o/libh2o/README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/web/server/h2o/libh2o/README.md b/web/server/h2o/libh2o/README.md
new file mode 100644
index 00000000..95660134
--- /dev/null
+++ b/web/server/h2o/libh2o/README.md
@@ -0,0 +1,17 @@
+H2O - an optimized HTTP server with support for HTTP/1.x and HTTP/2
+===
+
+[![Build Status](https://travis-ci.org/h2o/h2o.svg?branch=master)](https://travis-ci.org/h2o/h2o)
+<a href="https://scan.coverity.com/projects/h2o-h2o">
+ <img alt="Coverity Scan Build Status"
+ src="https://scan.coverity.com/projects/10654/badge.svg"/>
+</a>
+
+Copyright (c) 2014-2017 [DeNA Co., Ltd.](http://dena.com/), [Kazuho Oku](https://github.com/kazuho/), [Tatsuhiko Kubo](https://github.com/cubicdaiya/), [Domingo Alvarez Duarte](https://github.com/mingodad/), [Nick Desaulniers](https://github.com/nickdesaulniers/), [Marc Hörsken](https://github.com/mback2k), [Masahiro Nagano](https://github.com/kazeburo/), Jeff Marrison, [Daisuke Maki](https://github.com/lestrrat/), [Laurentiu Nicola](https://github.com/GrayShade/), [Justin Zhu](https://github.com/zlm2012/), [Tatsuhiro Tsujikawa](https://github.com/tatsuhiro-t), [Ryosuke Matsumoto](https://github.com/matsumotory), [Masaki TAGAWA](https://github.com/mochipon), [Masayoshi Takahashi](https://github.com/takahashim), [Chul-Woong Yang](https://github.com/cwyang), [Shota Fukumori](https://github.com/sorah), [Satoh Hiroh](https://github.com/cho45), [Fastly, Inc.](https://www.fastly.com), [David Carlier](https://github.com/devnexen), [Frederik Deweerdt](https://github.com/deweerdt), [Jonathan Foote](https://github.com/jfoote), [Yannick Koechlin](https://github.com/yannick), [Harrison Bowden](https://github.com/hbowden), [Kazantsev Mikhail](https://github.com/kazan417)
+
+H2O is a new generation HTTP server.
+Not only is it very fast, it also provides much quicker response to end-users when compared to older generations of HTTP servers.
+
+Written in C and licensed under [the MIT License](http://opensource.org/licenses/MIT), it can also be used as a library.
+
+For more information, please refer to the documentation at [h2o.examp1e.net](https://h2o.examp1e.net).