|
OpenTTD Source 20260109-master-g241b5fcdfe
|
Emscripten-based implementation for HTTP requests. More...
#include "../../stdafx.h"#include "../../debug.h"#include "../../rev.h"#include "../network_internal.h"#include "http.h"#include "../../safeguards.h"Go to the source code of this file.
Functions | |
| void | NetworkHTTPInitialize () |
| Initialize the HTTP socket handler. | |
| void | NetworkHTTPUninitialize () |
| Uninitialize the HTTP socket handler. | |
Emscripten-based implementation for HTTP requests.
Definition in file http_none.cpp.
| void NetworkHTTPInitialize | ( | ) |
Initialize the HTTP socket handler.
Definition at line 29 of file http_none.cpp.
| void NetworkHTTPUninitialize | ( | ) |
Uninitialize the HTTP socket handler.
Definition at line 33 of file http_none.cpp.