Skip to content
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

Open
vinipsmaker opened this issue Jan 16, 2016 · 6 comments
Open

HTTP client side #36

vinipsmaker opened this issue Jan 16, 2016 · 6 comments

Comments

@vinipsmaker
Copy link
Member

vinipsmaker commented Jan 16, 2016

TODO, research:

  • cURL
  • PHP's file_get_contents
  • serf
  • urllib3
  • Node.JS
  • Qt's network classes
  • JavaScript/HTML5
  • Firefox source code
  • Chromium source code
  • ruby-httpclient
  • python's requests
  • http://www.webdav.org/neon/
  • libsoup
@vinipsmaker
Copy link
Member Author

@vinipsmaker
Copy link
Member Author

@avalchev
Copy link

avalchev commented Aug 8, 2016

I think that client side is important part of the project, because server tests can be simulated with client.

@vinipsmaker
Copy link
Member Author

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.
^^

@vinipsmaker
Copy link
Member Author

One more library to look at when it comes the time to design something: https://github.com/tghosgor/libashttp

@avalchev
Copy link

avalchev commented Aug 8, 2016

nghttp2 is C library, but it has High-Level C++ bindings (including client):

https://github.com/nghttp2/nghttp2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants