v/vlib/net
David Valdespino Pavon 1d462136bc
net.http: cookie parsing fixes (#14420)
2022-06-07 12:52:43 +03:00
..
conv
ftp
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 net.http: cookie parsing fixes (#14420) 2022-06-07 12:52:43 +03:00
openssl net.openssl: read doesn't block infinitely (#14406) 2022-05-16 08:44:34 +03:00
smtp
unix
urllib tests: make potential failures in urllib_test.v more informative 2022-05-20 08:49:56 +03:00
websocket
README.md
aasocket.c.v
address.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
afunix.h
common.v
errors.v
ipv6_v6only.h
net_nix.c.v
net_windows.c.v
socket.v
socket_options.c.v
tcp.v
tcp_read_line.v
tcp_simple_client_server_test.v
tcp_test.v
udp.v
udp_test.v
util.v

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.