Skip to content

[WebServer] WebSocket requests cannot be registered on existing HTTP route paths #945

Closed
@abhinavsingh

Description

@abhinavsingh

Is your feature request related to a problem? Please describe.

    def routes(self) -> List[Tuple[int, str]]:
        return [
            (httpProtocolTypes.HTTP, r"/$"),
            (httpProtocolTypes.WEBSOCKET, r"/$"),
        ]

^^^ Above is currently not supported, but is possible.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Good First IssueIssues for new contributors to pick-upTaskTasks & chores related to proxy.py

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions