1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-27 17:49:08 -05:00
Commit graph

12 commits

Author SHA1 Message Date
Ryan Dahl
9e8e6f9356
ws: make acceptable() more robust (#404) 2019-05-14 17:45:52 -04:00
Yusuke Sakurai
782e3f690f feat: ws client (#394) 2019-05-14 15:19:11 -04:00
Yoshiya Hinosawa
61af419bbc fix: eslint errors (#265) 2019-03-12 01:51:51 -04:00
Yoshiya Hinosawa
395392912d Use Deno global var instead of built-in "deno" module (#247) 2019-03-07 19:25:16 -05:00
Dmitry Sharshakov
385f866a54 Refactor WebSockets (#173)
* Use assert.equal instead of deprecated assertEqual
* Replace let with const where possible
* Add WebSocketMessage type
* Use OpCode in WebSocketFrame
* Use const where possible in WS
* Separate sha1 tests, use const instead of let
2019-03-04 18:23:04 -05:00
Bert Belder
6063378a92 Change import { x } from "deno" to const { x } = Deno (#218) 2019-02-26 00:35:50 -05:00
Yusuke Sakurai
88ddd5677d refactor: make acceptWebSocket independent from ServerRequest (#178) 2019-02-10 18:45:24 -05:00
Ryan Dahl
e79cb5a31a
Rename http/http.ts to http/server.ts (#170)
Remove http/mod.ts
2019-02-02 18:57:38 -05:00
Dmitry Sharshakov
56579ed6ad Move WebSocket op codes to enum (#171) 2019-02-02 14:57:27 -05:00
Ryan Dahl
f911eca8d1 format 2019-01-24 13:33:51 -05:00
Max Graey
0d2429cdf2 Refactorings & improvments for ws module (#141) 2019-01-21 09:31:57 -06:00
Andy Hayden
c5e6e015b5 Reorgnanize repos, examples and tests (#105) 2019-01-12 16:50:04 -05:00
Renamed from net/ws.ts (Browse further)