diff options
Diffstat (limited to 'src/zenhttp/servers/httpsys.h')
| -rw-r--r-- | src/zenhttp/servers/httpsys.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zenhttp/servers/httpsys.h b/src/zenhttp/servers/httpsys.h index 6a6b16525..b2fe7475b 100644 --- a/src/zenhttp/servers/httpsys.h +++ b/src/zenhttp/servers/httpsys.h @@ -21,6 +21,7 @@ struct HttpSysConfig bool IsAsyncResponseEnabled = true; bool IsRequestLoggingEnabled = false; bool IsDedicatedServer = false; + bool ForceLoopback = false; }; Ref<HttpServer> CreateHttpSysServer(HttpSysConfig Config); |