| headers = HTTP::Headers { | |
| "Upgrade": "websocket", | |
| "Connection": "Upgrade", | |
| "Sec-WebSocket-Key": "dGhlIHNhbXBsZSBub25jZQ==" | |
| } | |
| request = HTTP::Request.new("GET", "/", headers) | |
| response = handler.call request |
To view this discussion on the web visit https://groups.google.com/d/msgid/crystal-lang/96dd9146-1913-4b3f-9e84-71750b788e3a%40googlegroups.com.--
You received this message because you are subscribed to the Google Groups "Crystal" group.
To unsubscribe from this group and stop receiving emails from it, send an email to crystal-lang...@googlegroups.com.
To post to this group, send email to crysta...@googlegroups.com.
Visit this group at http://groups.google.com/group/crystal-lang.