gihankarunarathne / jquery-stream

Automatically exported from code.google.com/p/jquery-stream
0 stars 0 forks source link

Low-level response handler #17

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
handleOpen and handleMessage are low-level handlers that can directly deal with 
the server's response.

You can entirely customize the format of the server response by implementing 
them, and they can act as an adapter for the specific server-side technology.

In cases where you can not change the server implementation for some reason, 
this feature will be very useful. The minimum requirements is that the content 
type of the response have to be 'text/plain', but maybe you will be able to use 
'text/html' by properly controlling response.

Original issue reported on code.google.com by flowersi...@gmail.com on 8 Jul 2011 at 9:01

GoogleCodeExporter commented 9 years ago
Issue 5 has been merged into this issue.

Original comment by flowersi...@gmail.com on 8 Jul 2011 at 9:03

GoogleCodeExporter commented 9 years ago
fixed in revision 117

Original comment by flowersi...@gmail.com on 10 Jul 2011 at 8:28