mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-16 02:19:18 +08:00
37e4f51668
PUBLISHED_FROM=81b6289a4b54043df557142f0de8cc66bc5190d4
1.1 KiB
1.1 KiB
title |
---|
Enabling flags |
MG_ENABLE_SSL
Enable SSL/TLS support (OpenSSL API)MG_ENABLE_IPV6
Enable IPv6 supportMG_ENABLE_MQTT
enable MQTT clientMG_ENABLE_MQTT_BROKER
enable MQTT brokerMG_ENABLE_DNS_SERVER
enable DNS serverMG_ENABLE_COAP
enable CoAP protocolMG_ENABLE_HTTP
Enable HTTP protocol support (on by default, set to 0 to disable)MG_ENABLE_HTTP_CGI
Enable CGI supportMG_ENABLE_HTTP_SSI
Enable Server Side Includes supportMG_ENABLE_HTTP_SSI_EXEC
Enable SSIexec
operatorMG_ENABLE_HTTP_WEBDAV
enable WebDAV extensions to HTTPMG_ENABLE_HTTP_WEBSOCKET
enable WebSocket extension to HTTP (on by default, =0 to disable)MG_ENABLE_BROADCAST
enablemg_broadcast()
APIMG_ENABLE_GETADDRINFO
enablegetaddrinfo()
inmg_resolve2()
MG_ENABLE_THREADS
enablemg_start_thread()
API