v2026.8.3
All Bundles
Bundle Shared networking types used across all HTTP libraries: Url (parsing and construction), Response (status code, headers, body), Cookie, and WebDownloader for streaming downloads. Compile with -lib net.

Downloader

Worker thread that fetches a single URL. One Downloader is started per URL by WebDownloader's parallel fetch; the content is available from GetContent once the thread has been joined.

Inherits: Thread

No Defined Operations