Open or poll a xhr polling session:
curl -v http://localhost:8081/echo/123/123/xhr
Send to a xhr polling session:
curl -i --header "Content-Type: application/javascript" -X POST -d '["data"]' http://localhost:8081/echo/123/123/xhr_send
Open or poll a xhr polling session:
curl -v http://localhost:8081/echo/123/123/xhr
Send to a xhr polling session:
curl -i --header "Content-Type: application/javascript" -X POST -d '["data"]' http://localhost:8081/echo/123/123/xhr_send