> For the complete documentation index, see [llms.txt](https://osl.mistium.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://osl.mistium.com/standard-library/web.md).

# Web and networking

Packages for network and web operations.

* [serve](/standard-library/web/serve.md) - HTTP server / web framework (routing, middleware, contexts).
* [ws](/standard-library/web/ws.md) - WebSocket client and server.
* [originchats](/standard-library/web/originchats.md) - Bot framework for OriginChats servers.
* [requests](/standard-library/web/requests.md) - HTTP client methods including `get`, `post`, and `put`.
* [net](/standard-library/web/net.md) - Low-level TCP/UDP sockets and DNS lookups.
* [url](/standard-library/web/url.md) - URL parsing, building and query-string handling.
* [ftp](/standard-library/web/ftp.md) - FTP file transfers.
* [ssh](/standard-library/web/ssh.md) - SSH connections, remote commands and SCP.
* [s3](/standard-library/web/s3.md) - S3-compatible object storage client.
* [webpush](/standard-library/web/webpush.md) - Web Push notifications (VAPID).
