1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/net
2022-06-02 18:07:25 +03:00
..
conv
ftp ftp: document all public methods (#14408) 2022-05-16 08:52:12 +03:00
html net.html: use -d debug_html instead of -g, prevent undesired output, while debugging user programs (#14521) 2022-05-25 11:23:56 +03:00
http vlib: add net.http.mime (#14516) 2022-06-02 18:07:25 +03:00
openssl net.openssl: read doesn't block infinitely (#14406) 2022-05-16 08:44:34 +03:00
smtp net.smtp: handle UTF-8 subjects according to RFC 1342 (#14410) 2022-05-16 11:09:36 +03:00
unix fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
urllib tests: make potential failures in urllib_test.v more informative 2022-05-20 08:49:56 +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
address_darwin.c.v
address_default.c.v
address_dragonfly.c.v
address_freebsd.c.v
address_linux.c.v
address_netbsd.c.v
address_openbsd.c.v
address_test.v
address_windows.c.v
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
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
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.