Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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