Skip to content

Is there a way to use this with a different webserver? #133

Description

@iffy

I'd like to use websock but just ran into this line, which forbids any HTTP method except GET:

if header.meth notin {MethodGet}:

I'm guessing that means you'd like the websock HTTP server to remain a WebSockets-only server? If that's the case, are there any examples of using websock within a different HTTP web framework (jester? chronos?)? Or would you accept a PR that allows for POST requests?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions