Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bagder/curl-http2-dev
- Owner: bagder
- License: mit
- Created: 2015-04-28T11:42:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-18T08:43:11.000Z (almost 9 years ago)
- Last Synced: 2024-10-05T05:09:42.929Z (about 1 month ago)
- Language: C
- Size: 19.5 KB
- Stars: 2
- Watchers: 5
- 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 applicationsRequires 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