1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/net
2022-05-06 20:23:36 +03:00
..
conv
ftp
html
http net.http: make parse_form return POST requests with json data as a map with a json key, containing the json payload (#14289) 2022-05-06 20:23:36 +03:00
openssl all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
smtp
unix all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
urllib all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
websocket checker: error if smaller signed == unsigned (#14078) 2022-04-25 12:09:25 +03:00
aasocket.c.v
address_android.c.v all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
address_darwin.c.v all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
address_default.c.v all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
address_dragonfly.c.v all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
address_freebsd.c.v all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
address_linux.c.v all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
address_netbsd.c.v all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
address_openbsd.c.v all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
address_test.v
address_windows.c.v all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
address.v
afunix.h
common.v
errors.v
ipv6_v6only.h
net_nix.c.v
net_windows.c.v all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
README.md
socket_options.c.v
socket.v
tcp_read_line.v
tcp_simple_client_server_test.v
tcp_test.v tests: support for marking _test.v files with // vtest flaky: true, to reduce false positives from the CI 2022-04-30 13:30:02 +03:00
tcp.v all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
udp_test.v
udp.v all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
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.