yrift / jwebsocket

Automatically exported from code.google.com/p/jwebsocket
0 stars 0 forks source link

Distinguish between request header and URL parms #47

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Currently we pass arguments like sub protocol and timeout via URL arguments 
from the client to the server. In future the sub protocol probably will be part 
of the web socket request header and hence be an argument of the WebSocket 
class in JavaScript. We should take account of that and provide separate 
classes for request headers and URL arguments.

Original issue reported on code.google.com by fivefeetfurther@gmail.com on 2 Sep 2010 at 9:34

GoogleCodeExporter commented 8 years ago

Original comment by fivefeetfurther@gmail.com on 14 Oct 2010 at 2:44