The Networking API provides tools for making HTTP requests and establishing network connections. It includes both high-level HTTP client functionality and low-level socket connections.
puter.net.fetch()
- Make HTTP requestsputer.net.Socket()
- Create TCP socket connectionsputer.net.TLSSocket()
- Create secure TLS socket connections