Provides an IDekiHttpClient implementation for desktop builds, registered into DekiHttp (engine-core) via a SetupComponent that runs automatically when the editor finishes loading packages.
Other packages consume HTTP via the one-call facade:
std::string body = DekiHttp::FetchUrl("http://example.com/api");
// returns "" if no client is registered or the fetch failedWinHttpClient(Windows): WinHTTP-backed synchronous GET. Linked viawinhttp.lib(declared inpackage.cmakeasPACKAGE_SYSTEM_LIBS).
This package is editor / desktop only. Embedded boards do not link it; their network stack lives in board-specific integration packages.