浏览代码

Document decode_url

bel 11 年之前
父节点
当前提交
ea0c7ce9a2
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      docs/UserManual.md

+ 4 - 0
docs/UserManual.md

@@ -377,6 +377,10 @@ must be called error404.ext, error4xx.ext or error.ext, whereas the file
 extention may be one of the extentions specified for the index_files option.
 See the [Wikipedia page on HTTP status codes](http://en.wikipedia.org/wiki/HTTP_status_code).
 
+### decode\_url `yes`
+URL encoded request strings are decoded in the server, unless it is disabled
+by setting this option to `no`.
+
 # Lua Scripts and Lua Server Pages
 Pre-built Windows and Mac civetweb binaries have built-in Lua scripting
 support as well as support for Lua Server Pages.