> 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/packages/web.md).

# Web & Networking

Packages for network and web operations.

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