IlluLang Logo

IlluLang

<http> Internal Library

HTTP client helpers backed by WinHTTP on Windows.

Import

import http "<http>"

API

On Windows builds, these APIs perform real HTTP requests using WinHTTP. headers is a dictionary of request headers (e.g. {"Content-Type": "application/json"}). timeout_ms sets WinHTTP resolve/connect/send/receive timeouts.

Response dict fields: