-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Beginner guide to creating apache http client #299
Merged
Maiklins
merged 21 commits into
thombergs:master
from
sagaofsilence:beginner-guide-to-creating-apache-http-client
May 29, 2024
Merged
Beginner guide to creating apache http client #299
Maiklins
merged 21 commits into
thombergs:master
from
sagaofsilence:beginner-guide-to-creating-apache-http-client
May 29, 2024
Conversation
This file contains 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
Added basic files. Added tests for basic http processing and response handler
Refactored code. Added utilities. Updated tests.
Added tests for methods - patch, options, head
Updated code for POJOs used in requests and responses.
Added configuration for request, cache, request interceptor.
Added interceptors.
Added package for classic apis.
Added package for config.
Added connection closed exception.
Updated maven dep for reactive http client and rxjava Code clean up.
…er-guide-to-creating-apache-http-client # Conflicts: # build-all.sh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Please review the changes you did in this PR and check these points to make sure that the code examples are of high quality:
build-all.sh
)Feel free to raise the PR even if the checklist hasn't been worked through, yet. But please only flag it to be reviewed after going through the checklist above.
Also feel free to reach out if you have any trouble with any of the steps.