Net
The Net module is a collection of networking utility submodules,
each offering a self-contained piece of functionality:
HttpandHttpsperform web requests.HttpRequestandHttpResponserepresent the messages exchanged.Methodrepresents an HTTP method andBodyan HTTP message body.Retryconfigures how failed requests are retried.Dnsresolves host names andPingchecks host reachability.TcpConnect,TcpBind, andTcpAcceptopen and accept TCP connections.TcpServerandTcpSocketrepresent a listening server and a connection.IpAddr,Ipv4Addr, andIpv6Addrrepresent IP addresses.SocketAddrrepresents a socket address (an IP address and a port).