1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/net
2022-05-16 08:44:34 +03:00
..
conv
ftp fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
html all: byte => u8 2022-04-15 14:58:56 +03:00
http fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
openssl net.openssl: read doesn't block infinitely (#14406) 2022-05-16 08:44:34 +03:00
smtp fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
unix fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
urllib fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
websocket fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
aasocket.c.v
address_android.c.v all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
address_darwin.c.v all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
address_default.c.v all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
address_dragonfly.c.v all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
address_freebsd.c.v all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
address_linux.c.v all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
address_netbsd.c.v all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
address_openbsd.c.v all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
address_test.v all: byte => u8 2022-04-15 14:58:56 +03:00
address_windows.c.v all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
address.v fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
afunix.h
common.v fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
errors.v
ipv6_v6only.h
net_nix.c.v
net_windows.c.v all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
README.md
socket_options.c.v
socket.v
tcp_read_line.v fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
tcp_simple_client_server_test.v all: replace []byte with []u8 2022-04-15 15:35:35 +03:00
tcp_test.v fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
tcp.v fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
udp_test.v fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
udp.v fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
util.v fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00

Description:

net provides networking functions. It is mostly a wrapper to BSD sockets, so you can listen on a port, connect to remote TCP/UDP services, and communicate with them.