v/vlib/net
Lathanao ce99a306c0
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
..
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
smtp
unix
urllib
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 all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
socket.v
socket_options.c.v
tcp.v
tcp_read_line.v
tcp_simple_client_server_test.v all: replace []byte with []u8 2022-04-15 15:35:35 +03:00
tcp_test.v
udp.v
udp_test.v all: replace []byte with []u8 2022-04-15 15:35:35 +03:00
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.