forked fromglynos/cpp-netlib
- Notifications
You must be signed in to change notification settings - Fork425
Refactored HTTP client v2.#476
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes from1 commit
Commits
Show all changes
17 commits Select commitHold shift + click to select a range
0b49d2b
Added a facility to track upload/download progress.
glynos1bc435b
Removed ssl_connection from client.
glynos2b1c0e2
Added transfer direction callback.
glynosd00f99f
Renamed request_helper as request_context.
glynos47ced49
Updated uri submodule.
glynos03dddb2
Removed noexcept from destructors; added some flags for chunked trans…
glynosccebaeb
Formatted source code and add source comments.
glynosad273ec
Added some comments; fixed tests so that they compile for Boost.Optio…
glynos862263d
Updated uri submodule.
glynos4f2f0e2
Formatted files with clang-format.
glynos907a176
Updated uri submodule.
glynosff5f714
Merge remote-tracking branch 'upstream/master'
glynos4e0add7
Use std::unique_ptr for pimpl idiom in HTTP client.
glynos6771a55
Added connection timeout check to HTTP client.
glynos50f3a4c
Fixed bug in error handling in the HTTP client.
glynose2da305
Minor refactoring in the HTTP client.
glynos42ab79d
Simplified the HTTP client, request and response classes.
glynosFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
Minor refactoring in the HTTP client.
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
commite2da30516c3855f52ce81013f024d2c0161ffbeb
There are no files selected for viewing
14 changes: 8 additions & 6 deletionshttp/src/http/v2/client/client.cpp
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletionhttp/src/network/http/v2/client/request.hpp
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.