1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/net
2022-08-15 15:17:00 +03:00
..
conv
ftp
html
http http: avoid costly string interpolation of resp.body (#15376) 2022-08-08 04:36:45 +03:00
openssl io: migrate the Reader API to Result instead of Option (#15229) 2022-08-08 02:33:25 +03:00
smtp
unix
urllib net.urllib: fix ipv6 address parsing [ipv6]:port closes #15309 2022-08-13 00:50:38 +10:00
websocket io: migrate the Reader API to Result instead of Option (#15229) 2022-08-08 02:33:25 +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
afunix.h
common.v
errors.v net: add failed addresses + details on connect errors, make connect more robust in the default non blocking mode (#15364) 2022-08-07 10:40:05 +03:00
ipv6_v6only.h
net_nix.c.v net: add failed addresses + details on connect errors, make connect more robust in the default non blocking mode (#15364) 2022-08-07 10:40:05 +03:00
net_windows.c.v net: add failed addresses + details on connect errors, make connect more robust in the default non blocking mode (#15364) 2022-08-07 10:40:05 +03:00
README.md
socket_options.c.v
socket.v
tcp_read_line.v
tcp_self_dial_from_many_clients_test.v net: add failed addresses + details on connect errors, make connect more robust in the default non blocking mode (#15364) 2022-08-07 10:40:05 +03:00
tcp_simple_client_server_test.v
tcp_test.v tests: fix deprecation warning in tcp_test.v 2022-08-15 15:17:00 +03:00
tcp.v io: migrate the Reader API to Result instead of Option (#15229) 2022-08-08 02:33:25 +03:00
udp_test.v
udp.v
util.v

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.