1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/net
2022-07-29 19:00:51 +03:00
..
conv
ftp ftp: document all public methods (#14408) 2022-05-16 08:52:12 +03:00
html
http
openssl
smtp
unix
urllib
websocket checker: check struct field's fn call (fix #15249) (#15257) 2022-07-29 19:00:51 +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
ipv6_v6only.h
net_nix.c.v
net_windows.c.v
README.md
socket_options.c.v
socket.v
tcp_read_line.v
tcp_simple_client_server_test.v
tcp_test.v tests: fix compilation of tcp_test.v 2022-07-23 23:33:43 +03:00
tcp.v net: add a net.dial_tcp_with_bind/2 function (#15055) (#15056) 2022-07-15 12:38:17 +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.