-
Notifications
You must be signed in to change notification settings - Fork 15
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
Add Managed HTTP Request Support in provider-http #7
Merged
arielsepton
merged 69 commits into
crossplane-contrib:main
from
arielsepton:feature/http-managed-request
Dec 13, 2023
Merged
Add Managed HTTP Request Support in provider-http #7
arielsepton
merged 69 commits into
crossplane-contrib:main
from
arielsepton:feature/http-managed-request
Dec 13, 2023
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
c559fa1
to
2521e38
Compare
…requests. This marks the start of adding managed HTTP requests support to provider-http. - Added managed HTTP request foundation. Signed-off-by: arielsepton <[email protected]>
Signed-off-by: arielsepton <[email protected]>
Signed-off-by: arielsepton <[email protected]>
Signed-off-by: arielsepton <[email protected]>
Signed-off-by: arielsepton <[email protected]>
Signed-off-by: arielsepton <[email protected]>
Signed-off-by: arielsepton <[email protected]>
Signed-off-by: arielsepton <[email protected]>
Signed-off-by: arielsepton <[email protected]>
Signed-off-by: arielsepton <[email protected]>
Signed-off-by: arielsepton <[email protected]>
Signed-off-by: arielsepton <[email protected]>
Signed-off-by: arielsepton <[email protected]>
Signed-off-by: arielsepton <[email protected]>
Signed-off-by: arielsepton <[email protected]>
Signed-off-by: arielsepton <[email protected]>
Signed-off-by: arielsepton <[email protected]>
Signed-off-by: arielsepton <[email protected]>
Signed-off-by: arielsepton <[email protected]>
Signed-off-by: arielsepton <[email protected]>
Signed-off-by: arielsepton <[email protected]>
Signed-off-by: arielsepton <[email protected]>
Signed-off-by: arielsepton <[email protected]>
Signed-off-by: arielsepton <[email protected]>
Signed-off-by: arielsepton <[email protected]>
Signed-off-by: arielsepton <[email protected]>
Signed-off-by: arielsepton <[email protected]>
Signed-off-by: arielsepton <[email protected]>
Signed-off-by: arielsepton <[email protected]>
Signed-off-by: arielsepton <[email protected]>
Signed-off-by: arielsepton <[email protected]>
Signed-off-by: arielsepton <[email protected]>
Signed-off-by: arielsepton <[email protected]>
Signed-off-by: arielsepton <[email protected]>
Signed-off-by: arielsepton <[email protected]>
Signed-off-by: arielsepton <[email protected]>
Signed-off-by: arielsepton <[email protected]>
Signed-off-by: arielsepton <[email protected]>
Signed-off-by: arielsepton <[email protected]>
Signed-off-by: arielsepton <[email protected]>
Signed-off-by: arielsepton <[email protected]>
Signed-off-by: arielsepton <[email protected]>
Signed-off-by: arielsepton <[email protected]>
Signed-off-by: arielsepton <[email protected]>
Signed-off-by: arielsepton <[email protected]>
Signed-off-by: arielsepton <[email protected]>
Signed-off-by: arielsepton <[email protected]>
Signed-off-by: arielsepton <[email protected]>
Signed-off-by: arielsepton <[email protected]>
Signed-off-by: arielsepton <[email protected]>
Signed-off-by: arielsepton <[email protected]>
Signed-off-by: arielsepton <[email protected]>
Signed-off-by: arielsepton <[email protected]>
Signed-off-by: arielsepton <[email protected]>
2521e38
to
f552287
Compare
arielsepton
added a commit
to arielsepton/provider-http
that referenced
this pull request
Feb 22, 2024
arielsepton
added a commit
to arielsepton/provider-http
that referenced
this pull request
Feb 22, 2024
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.
Description
This PR adds a managable HTTP request to the
provider-http
, offering support for managing HTTP requests.Changes Made
Request
Managed Resource to represent resources managed through http requests.Future Plans
As part of the project's future plans, I intend to enhance the capabilities of the
provider-http
for managing HTTP requests. Specifically:Error Detection and Status Codes:
Method Mappings:
These planned enhancements aim to provide users with greater flexibility, improved error handling, and enhanced support for various scenarios in the management of HTTP requests.