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

[Issue] Add missing REST methods to Curl Client (SwiftOtter's SOP-348) #39341

Open
5 tasks
m2-assistant bot opened this issue Nov 7, 2024 · 0 comments · May be fixed by #39330
Open
5 tasks

[Issue] Add missing REST methods to Curl Client (SwiftOtter's SOP-348) #39341

m2-assistant bot opened this issue Nov 7, 2024 · 0 comments · May be fixed by #39330
Assignees
Labels
Priority: P3 May be fixed according to the position in the backlog. Progress: PR in progress

Comments

@m2-assistant
Copy link

m2-assistant bot commented Nov 7, 2024

This issue is automatically created based on existing pull request: #39330: Add missing REST methods to Curl Client (SwiftOtter's SOP-348)


Description (*)

There are 9 methods in the HTTP protocol (https://en.wikipedia.org/wiki/HTTP).
Magento implements just 2 of them, so when you need to make requests to remote environments using Framework HTTP Client, you end up with HTTP 411 error.

This Pull Request adds missing methods with their payload support:

  • PUT
  • PATCH
  • DELETE

Related Pull Requests

Fixed Issues (if relevant)

  1. Fixes magento/magento2#<issue_number>

Manual testing scenarios (*)

  1. ...
  2. ...

Questions or comments

Contribution checklist (*)

  • Pull request has a meaningful description of its purpose
  • All commits are accompanied by meaningful commit messages
  • All new or changed code is covered with unit/integration tests (if applicable)
  • README.md files for modified modules are updated and included in the pull request if any README.md predefined sections require an update
  • All automated tests passed successfully (all builds are green)
@m2-assistant m2-assistant bot added the Priority: P3 May be fixed according to the position in the backlog. label Nov 7, 2024
@m2-assistant m2-assistant bot linked a pull request Nov 7, 2024 that will close this issue
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: P3 May be fixed according to the position in the backlog. Progress: PR in progress
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant