Skip to content
Snippets Groups Projects
  • Dmitry Frank's avatar
    23122b32
    Remove old docs, rename docs_new to docs · 23122b32
    Dmitry Frank authored
    It would be probably good idea to also remove tools/docgen.py and
    asciidoc.mk, but asciidoc.mk is still mentioned under `cloud/doc`, which
    may contain some useful info which we'll need at least to review before
    removing.
    
    PUBLISHED_FROM=faf454d4c52a2f07ea8ac084cf0bd11a0c9c9b3b
    23122b32
    History
    Remove old docs, rename docs_new to docs
    Dmitry Frank authored
    It would be probably good idea to also remove tools/docgen.py and
    asciidoc.mk, but asciidoc.mk is still mentioned under `cloud/doc`, which
    may contain some useful info which we'll need at least to review before
    removing.
    
    PUBLISHED_FROM=faf454d4c52a2f07ea8ac084cf0bd11a0c9c9b3b
disabling-flags.md 526 B
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_JSON_RPC disable JSON-RPC support
  • MG_DISABLE_SOCKETPAIR disable mg_broadcast() API
  • MG_DISABLE_HTTP_KEEP_ALIVE useful for embedded systems to save resources