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

HTTP server: add Unbind actions #275

Merged
merged 1 commit into from
Mar 6, 2024
Merged

HTTP server: add Unbind actions #275

merged 1 commit into from
Mar 6, 2024

Conversation

dr-frmr
Copy link
Member

@dr-frmr dr-frmr commented Mar 6, 2024

Problem

The HTTP server runtime module does not have a way to remove HTTP and WS path bindings! This went unnoticed because most apps want to always have the same paths bound. But it's important to have this ability for completeness' sake and generality.

Solution

Added Unbind and WebSocketUnbind actions to the HttpServerAction struct. Synced these across process_lib and runtime (process_lib PR)

Docs Update

Corresponding docs PR

@dr-frmr dr-frmr merged commit 3adfebf into develop Mar 6, 2024
1 check passed
@dr-frmr dr-frmr deleted the dr/http-add-unbind branch March 6, 2024 23:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant