Yoshiya Hinosawa
f124e64526
fix: eslint errors ( denoland/deno_std#265 )
...
Original: 61af419bbc
2019-03-12 01:51:51 -04:00
Yoshiya Hinosawa
f90f62fa52
Use Deno global var instead of built-in "deno" module ( denoland/deno_std#247 )
...
Original: 395392912d
2019-03-07 19:25:16 -05:00
Ryan Dahl
caa383a583
Rename assertEq to assertEquals ( denoland/deno_std#242 )
...
After some discussion it was found that assertEquals is more common
in JS (vs assertEqual, assertEq) and sounds better in the negated form:
assertNotEquals vs assertNE.
Original: 4cf39d4a14
2019-03-06 19:42:24 -05:00
Vincent LE GOFF
e36edfdb3f
Testing refactor ( denoland/deno_std#240 )
...
Original: e1d5c00279
2019-03-06 16:39:50 -05:00
Dmitry Sharshakov
9f33cd2896
Refactor WebSockets ( denoland/deno_std#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
Original: 385f866a54
2019-03-04 18:23:04 -05:00
Bert Belder
2ba7de2d04
Change import { x } from "deno"
to const { x } = Deno
( denoland/deno_std#218 )
...
Original: 6063378a92
2019-02-26 00:35:50 -05:00
Yusuke Sakurai
ed20bda6ec
refactor: make acceptWebSocket independent from ServerRequest ( denoland/deno_std#178 )
...
Original: 88ddd5677d
2019-02-10 18:45:24 -05:00
Dmitry Sharshakov
a6e164441c
Clean up tests ( denoland/deno_std#176 )
...
Original: f2d23f8fcd
2019-02-08 12:23:51 -05:00
Dmitry Sharshakov
f113312ef2
Add missiong copyright headers ( denoland/deno_std#177 )
...
Original: 5440377495
2019-02-07 11:45:47 -05:00
Ryan Dahl
132650cdf3
Rename http/http.ts to http/server.ts ( denoland/deno_std#170 )
...
Remove http/mod.ts
Original: e79cb5a31a
2019-02-02 18:57:38 -05:00
Dmitry Sharshakov
b400dad9b7
Move WebSocket op codes to enum ( denoland/deno_std#171 )
...
Original: 56579ed6ad
2019-02-02 14:57:27 -05:00
Ryan Dahl
73d5d7c680
format
...
Original: f911eca8d1
2019-01-24 13:33:51 -05:00
Max Graey
306a5f701e
Improve & refactor SHA-1 inside ws package ( denoland/deno_std#137 )
...
Original: 0a10ee9f93
2019-01-24 10:55:24 -05:00
Max Graey
52fdf581a8
Refactorings & improvments for ws module ( denoland/deno_std#141 )
...
Original: 0d2429cdf2
2019-01-21 09:31:57 -06:00
Andy Hayden
f626b04ebe
Reorgnanize repos, examples and tests ( denoland/deno_std#105 )
...
Original: c5e6e015b5
2019-01-12 16:50:04 -05:00