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?