2015/04/14 Kiyoshi Nomo
at http2 RFC 発行記念 祝賀飲み会 + LT 大会
All of the implementers who attended interop events, and in particular the Japanese HTTP/2 community, whose contributions were of extremely high quality and consistency.
H2O is a very fast HTTP server written in C. It can also be used as a library.
$ cmake .
$ make libh2o
➜ h2o git:(master) ✗ make help
The following are some of the valid targets for this Makefile:
... all (the default if no target is provided)
... clean
... depend
... check
... edit_cache
... examples-http1client
... examples-simple
... examples-socket-client
... examples-websocket
... h2o
... install
... install/local
... install/strip
... lib-examples
... libh2o
Text
/* disabled by default: uncomment the block below to use HTTPS instead of HTTP */
/*
if (setup_ssl("server.crt", "server.key") != 0)
goto Error;
*/
/* disabled by default: uncomment the line below to enable access logging */
/* h2o_access_log_register(&config.default_host, "/dev/stdout", NULL); */
H2O の開発、Xcode 使うのが圧倒的にオススメです
#そのために職人が手打ちした .xcodeproj がついてる
— Kazuho Oku (@kazuho)
2014, 11月 13
➜ h2o git:(master) ✗ ./examples-simple
Chrome M39 では spdy/4 を有効にしても ERR_SPDY_INADEQUATE_TRANSPORT_SECURITY というエラーでアクセスできません. これは Chrome が AEAD 暗号化スイートを要求するのに対し, Erlang の ssl モジュールがそれに非対応だからです (この制限は, HTTP/2 仕様からは取り除かれる可能性があります). Firefox も同様ですが, about:config で network.http.spdy.enforce-tls-profile を false にするとこの制限を外すことができてアクセス可能になります.
This library is still under development and considered ALPHA quality.
Currently only for Mac
blogged #http2 / “Kazuho's Weblog: H2O version 1.2.0 released; bundles LibreSSL by default” http://t.co/b51XqtSr7Z
— Kazuho Oku (@kazuho) 2015, 4月 14