https://github.com/bagder/curl-http2-dev
curl http2 development test tools and applications
https://github.com/bagder/curl-http2-dev
Last synced: 4 months ago
JSON representation
curl http2 development test tools and applications
- Host: GitHub
- URL: https://github.com/bagder/curl-http2-dev
- Owner: bagder
- License: mit
- Created: 2015-04-28T11:42:55.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-11-18T08:43:11.000Z (over 10 years ago)
- Last Synced: 2025-12-26T15:12:38.468Z (7 months ago)
- Language: C
- Size: 19.5 KB
- Stars: 2
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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