Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created June 6, 2018 10:31
Show Gist options
  • Save ryantm/b8176825df6a9bbef22331d62ac7208c to your computer and use it in GitHub Desktop.
Save ryantm/b8176825df6a9bbef22331d62ac7208c to your computer and use it in GitHub Desktop.
/nix/store/dwz174x5lsj14gm3a89rhpw2mb4wciap-h2o-2.2.5
├── bin
│   └── h2o
├── include
│   ├── h2o
│   │   ├── cache_digests.h
│   │   ├── cache.h
│   │   ├── configurator.h
│   │   ├── filecache.h
│   │   ├── file.h
│   │   ├── hostinfo.h
│   │   ├── http1client.h
│   │   ├── http1.h
│   │   ├── http2_casper.h
│   │   ├── http2.h
│   │   ├── http2_internal.h
│   │   ├── http2_scheduler.h
│   │   ├── linklist.h
│   │   ├── memcached.h
│   │   ├── memory.h
│   │   ├── mruby_.h
│   │   ├── multithread.h
│   │   ├── openssl_backport.h
│   │   ├── rand.h
│   │   ├── serverutil.h
│   │   ├── socket
│   │   │   ├── evloop.h
│   │   │   └── uv-binding.h
│   │   ├── socket.h
│   │   ├── socketpool.h
│   │   ├── string_.h
│   │   ├── time_.h
│   │   ├── timeout.h
│   │   ├── token.h
│   │   ├── tunnel.h
│   │   ├── url.h
│   │   ├── version.h
│   │   └── websocket.h
│   └── h2o.h
├── lib
│   ├── libh2o.a
│   ├── libh2o-evloop.a
│   └── pkgconfig
│   ├── libh2o-evloop.pc
│   └── libh2o.pc
└── share
├── doc
│   └── h2o
│   ├── assets
│   │   ├── 8mbps100msec-nginx195-h2o150.png
│   │   ├── firstpaintbench.png
│   │   ├── remotebench.png
│   │   ├── searchstyle.css
│   │   ├── staticfile612-nginx1910-h2o170.png
│   │   └── style.css
│   ├── benchmarks.html
│   ├── configure
│   │   ├── access_control.html
│   │   ├── access_log_directives.html
│   │   ├── base_directives.html
│   │   ├── basic_auth.html
│   │   ├── cgi.html
│   │   ├── command_options.html
│   │   ├── compress_directives.html
│   │   ├── dos_detection.html
│   │   ├── errordoc_directives.html
│   │   ├── expires_directives.html
│   │   ├── fastcgi_directives.html
│   │   ├── file_directives.html
│   │   ├── headers_directives.html
│   │   ├── http1_directives.html
│   │   ├── http2_directives.html
│   │   ├── mruby_directives.html
│   │   ├── mruby.html
│   │   ├── proxy_directives.html
│   │   ├── quick_start.html
│   │   ├── redirect_directives.html
│   │   ├── reproxy_directives.html
│   │   ├── status_directives.html
│   │   ├── syntax_and_structure.html
│   │   └── throttle_response_directives.html
│   ├── configure.html
│   ├── examples
│   │   ├── doc_root
│   │   │   └── index.html
│   │   ├── doc_root.alternate
│   │   │   └── index.txt
│   │   ├── h2o
│   │   │   ├── alternate.crt
│   │   │   ├── alternate.key
│   │   │   ├── h2o.conf
│   │   │   ├── server.crt
│   │   │   └── server.key
│   │   ├── h2o_mruby
│   │   │   ├── h2o.conf
│   │   │   └── hello.rb
│   │   └── libh2o
│   │   ├── http1client.c
│   │   ├── latency-optimization.c
│   │   ├── simple.c
│   │   ├── socket-client.c
│   │   └── websocket.c
│   ├── faq.html
│   ├── index.html
│   ├── install.html
│   └── search
│   ├── jquery-1.9.1.min.js
│   ├── oktavia-english-search.js
│   ├── oktavia-jquery-ui.js
│   └── searchindex.js
└── h2o
├── annotate-backtrace-symbols
├── ca-bundle.crt
├── fastcgi-cgi
├── fetch-ocsp-response
├── kill-on-close
├── setuidgid
├── start_server
└── status
└── index.html
20 directories, 99 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment