1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/net/websocket
Alexander Medvednikov d4a0d6f73c all: byte => u8
2022-04-15 14:58:56 +03:00
..
tests/autobahn x.websocket: move to net.websocket module (#10648) 2021-07-03 02:56:00 +03:00
events.v x.websocket: move to net.websocket module (#10648) 2021-07-03 02:56:00 +03:00
handshake.v all: byte => u8 2022-04-15 14:45:52 +03:00
io.v checker: make using err.msg and err.code produce an *actual* notice, even with the present compatibility hack (will be *removed* in 2022-06-01) 2022-04-12 14:56:02 +03:00
message.v checker: improve checking of a << b, when a and b are numbers (#12589) 2021-11-29 03:48:49 +03:00
uri.v x.websocket: move to net.websocket module (#10648) 2021-07-03 02:56:00 +03:00
utils.v all: byte => u8 2022-04-15 14:58:56 +03:00
websocket_client.v all: byte => u8 2022-04-15 14:58:56 +03:00
websocket_nix.c.v x.websocket: move to net.websocket module (#10648) 2021-07-03 02:56:00 +03:00
websocket_server.v builtin: change IError msg and code to methods + fix vlib, add a deprecation notice for the old usages (#13041) 2022-02-11 15:52:33 +02:00
websocket_test.v rand: simplify rand.PRNG, move to optional types for error handling (#13570) 2022-02-23 12:36:14 +02:00
websocket_windows.c.v x.websocket: move to net.websocket module (#10648) 2021-07-03 02:56:00 +03:00