-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HTTP client side #36
Comments
I think that client side is important part of the project, because server tests can be simulated with client. |
Lots of reviewers agree with you. This is one of the high priority features. |
One more library to look at when it comes the time to design something: https://github.com/tghosgor/libashttp |
nghttp2 is C library, but it has High-Level C++ bindings (including client): |
TODO, research:
requests
The text was updated successfully, but these errors were encountered: