mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-18 03:18:10 +08:00
b7a0748312
PUBLISHED_FROM=89b978c02be2f10eb930ff13673d45249fd67763
12 lines
477 B
Markdown
12 lines
477 B
Markdown
---
|
|
title: Disabling flags
|
|
---
|
|
|
|
- `MG_DISABLE_HTTP_WEBSOCKET` disable HTTP + Websocket protocol support
|
|
- `MG_DISABLE_HTTP_DIGEST_AUTH` disable HTTP Digest (MD5) authorization support
|
|
- `MG_DISABLE_MQTT` disable MQTT support
|
|
- `MG_DISABLE_SHA1` disable SHA1 support (used by Websocket)
|
|
- `MG_DISABLE_MD5` disable MD5 support (used by HTTP auth)
|
|
- `MG_DISABLE_SOCKETPAIR` disable `mg_broadcast()` API
|
|
- `MG_DISABLE_HTTP_KEEP_ALIVE` useful for embedded systems to save resources
|