onyxframework / http

An opinionated framework for scalable web 🌎
https://onyxframework.com/http
MIT License
142 stars 11 forks source link

Web Sockets accessible only via ws:// scheme #4

Closed vladfaust closed 6 years ago

vladfaust commented 7 years ago

Should check incoming request's scheme and organize the routing tree with /ws instead of current /get.

This will allow to place websocket actions under the same routes. :+1: