Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bagder/curl-http2-dev

curl http2 development test tools and applications
https://github.com/bagder/curl-http2-dev

Last synced: 28 days ago
JSON representation

curl http2 development test tools and applications

Awesome Lists containing this project

README

        

# curl-http2-dev
curl http2 development test tools and applications

Requires a curl build from the curl repo, the `http2-multiplex` branch.

Requires that you have a recent nghttp2 built and installed, including its
servers (configure --enable-apps)

We now use nghttpd's --echo-upload option, added in nghttp2's git commit 5da4998.

# step-by-step

1. edit the Makefile in this directory

2. invoke make

3. start the server in a separate shell './run-nghttp2.sh'

4. invoke the test application ./run-test.sh

5. investigate 'dump' after the test as completed

6. To generate a new set of cert + key for the test server, run ./setup.sh