v/vlib/net
Larpon cf2f34cf3f
ftp: document all public methods (#14408)
2022-05-17 10:03:12 +02:00
..
conv
ftp ftp: document all public methods (#14408) 2022-05-17 10:03:12 +02:00
html
http fmt: remove space in front of ? and ! (#14366) 2022-05-13 10:10:39 +02:00
openssl net.openssl: read doesn't block infinitely (#14406) 2022-05-17 10:03:11 +02:00
smtp fmt: remove space in front of ? and ! (#14366) 2022-05-13 10:10:39 +02:00
unix fmt: remove space in front of ? and ! (#14366) 2022-05-13 10:10:39 +02:00
urllib fmt: remove space in front of ? and ! (#14366) 2022-05-13 10:10:39 +02:00
websocket fmt: remove space in front of ? and ! (#14366) 2022-05-13 10:10:39 +02:00
README.md
aasocket.c.v
address.v fmt: remove space in front of ? and ! (#14366) 2022-05-13 10:10:39 +02:00
address_android.c.v all: ~500 more byte=>u8 2022-04-17 12:14:29 +02:00
address_darwin.c.v all: ~500 more byte=>u8 2022-04-17 12:14:29 +02:00
address_default.c.v all: ~500 more byte=>u8 2022-04-17 12:14:29 +02:00
address_dragonfly.c.v all: ~500 more byte=>u8 2022-04-17 12:14:29 +02:00
address_freebsd.c.v all: ~500 more byte=>u8 2022-04-17 12:14:29 +02:00
address_linux.c.v all: ~500 more byte=>u8 2022-04-17 12:14:29 +02:00
address_netbsd.c.v all: ~500 more byte=>u8 2022-04-17 12:14:29 +02:00
address_openbsd.c.v all: ~500 more byte=>u8 2022-04-17 12:14:29 +02:00
address_test.v
address_windows.c.v all: ~500 more byte=>u8 2022-04-17 12:14:29 +02:00
afunix.h
common.v fmt: remove space in front of ? and ! (#14366) 2022-05-13 10:10:39 +02:00
errors.v
ipv6_v6only.h
net_nix.c.v
net_windows.c.v all: ~500 more byte=>u8 2022-04-17 12:14:29 +02:00
socket.v
socket_options.c.v
tcp.v fmt: remove space in front of ? and ! (#14366) 2022-05-13 10:10:39 +02:00
tcp_read_line.v fmt: remove space in front of ? and ! (#14366) 2022-05-13 10:10:39 +02:00
tcp_simple_client_server_test.v
tcp_test.v fmt: remove space in front of ? and ! (#14366) 2022-05-13 10:10:39 +02:00
udp.v fmt: remove space in front of ? and ! (#14366) 2022-05-13 10:10:39 +02:00
udp_test.v fmt: remove space in front of ? and ! (#14366) 2022-05-13 10:10:39 +02:00
util.v fmt: remove space in front of ? and ! (#14366) 2022-05-13 10:10:39 +02:00

README.md

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.