mirror of
https://github.com/cesanta/mongoose.git
synced 2025-08-05 21:18:32 +08:00
Documented USE_POST_SIZE_LIMIT, USE_EXTRA_HTTP_HEADERS
This commit is contained in:
parent
7a77bb1c4a
commit
0aa1a9e324
@ -85,10 +85,12 @@ a couple of kilobytes to the executable size, and also has some runtime penalty.
|
||||
-DNO_LOGGING Disable access/error logging
|
||||
-DNO_WEBSOCKET Disable WebSocket support
|
||||
|
||||
-DUSE_IPV6 Enable IPv6 support
|
||||
-DUSE_LUA Enable Lua scripting
|
||||
-DUSE_LUA_SQLITE3 Enable sqlite3 binding for Lua
|
||||
-DUSE_SSL Enable SSL
|
||||
-DUSE_IPV6 Enable IPv6 support
|
||||
-DUSE_LUA Enable Lua scripting
|
||||
-DUSE_LUA_SQLITE3 Enable sqlite3 binding for Lua
|
||||
-DUSE_SSL Enable SSL
|
||||
-DUSE_POST_SIZE_LIMIT=X POST requests larger than X will be rejected
|
||||
-DUSE_EXTRA_HTTP_HEADERS=X Append X to the HTTP headers for static files
|
||||
|
||||
Mongoose source code contains a well-commented example code, listed below:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user