Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kazu69/h2o_mruby_playground
h2o_mruby build Docker
https://github.com/kazu69/h2o_mruby_playground
Last synced: 27 days ago
JSON representation
h2o_mruby build Docker
- Host: GitHub
- URL: https://github.com/kazu69/h2o_mruby_playground
- Owner: kazu69
- Created: 2015-07-31T04:57:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-20T14:34:03.000Z (almost 9 years ago)
- Last Synced: 2024-10-19T22:43:15.185Z (3 months ago)
- Language: CSS
- Homepage:
- Size: 62.5 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# http2(H2O) playground
> Provides a Docker environment for verification of HTTP2 of protocol
Relationship of the docker container and proxy.
```
----> ---->
browser H2O Nginx
<---- <----
```## Setup
Using the ```Docker```.
If there is a ```docker-compose``` is convenient.```sh
docker compose up
```path | content
--- | ---
/:8000 | HTTP1.1
/:8443 | HTTP2.0
/:8443/server_push | HTTP2.0 + server-push
/:8443/proxy | HTTP2.0 + transfer to nginx server-push
/:3443 | HTTP2.0 + casper directive
/:3443/server_push | HTTP2.0 + server-push + casper directive
/:3443/proxy | HTTP2.0 + transfer to nginx server-push + casper directive