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

net: http_server: Support PUT/PATCH/DELETE for dynamic resources #83060

Merged
merged 2 commits into from
Dec 18, 2024

Conversation

rlubos
Copy link
Contributor

@rlubos rlubos commented Dec 16, 2024

  • Extend the list of methods supported by dynamic resources with
    PUT/PATCH/DELETE. The methods does not require any extra handling
    from the server perspective, so the existing method handlers could be
    reused.

  • Add additional test cases which verify that the HTTP server code can
    handle PUT/PATCH/DELETE request types.

Resolves #83033

Extend the list of methods supported by dynamic resources with
PUT/PATCH/DELETE. The methods does not require any extra handling
from the server perspective, so the existing method handlers could be
reused.

Signed-off-by: Robert Lubos <[email protected]>
Add additional test cases which verify that the HTTP server code can
handle PUT/PATCH/DELETE request types.

Signed-off-by: Robert Lubos <[email protected]>
Copy link
Collaborator

@pdgendt pdgendt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@kartben kartben merged commit 3be0180 into zephyrproject-rtos:main Dec 18, 2024
30 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: HTTP HTTP client/server support area: Networking
Projects
None yet
Development

Successfully merging this pull request may close these issues.

net: http server: add support for additional methods
6 participants