mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-20 04:28:13 +08:00
37e4f51668
PUBLISHED_FROM=81b6289a4b54043df557142f0de8cc66bc5190d4
9 lines
309 B
Markdown
9 lines
309 B
Markdown
---
|
|
title: Disabling flags
|
|
---
|
|
|
|
- `MG_DISABLE_HTTP_DIGEST_AUTH` disable HTTP Digest (MD5) authorisation support
|
|
- `MG_DISABLE_SHA1` disable SHA1 support (used by WebSocket)
|
|
- `MG_DISABLE_MD5` disable MD5 support (used by HTTP auth)
|
|
- `MG_DISABLE_HTTP_KEEP_ALIVE` useful for embedded systems to save resources
|