diff options
author | Araq <rumpf_a@web.de> | 2014-12-26 22:43:40 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2014-12-26 22:43:40 +0100 |
commit | 010b8f85c73671782de956c9dcd2cb3e8441041e (patch) | |
tree | d5537a560f537da622a5bf7af1ea8879682f341a /lib/pure/scgi.nim | |
parent | caf2f6ecfea021fe0d25e5f49e2f318c371324d1 (diff) | |
parent | 32db6798a31acc8490d690e5a314fa646ea7168d (diff) | |
download | Nim-010b8f85c73671782de956c9dcd2cb3e8441041e.tar.gz |
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Diffstat (limited to 'lib/pure/scgi.nim')
-rw-r--r-- | lib/pure/scgi.nim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/pure/scgi.nim b/lib/pure/scgi.nim index 58b37833a..f3e2b583c 100644 --- a/lib/pure/scgi.nim +++ b/lib/pure/scgi.nim @@ -25,6 +25,10 @@ ## ## **Warning:** The API of this module is unstable, and therefore is subject ## to change. +## +## **Warning:** This module only supports the old asynchronous interface. +## You may wish to use the `asynchttpserver <asynchttpserver.html>`_ +## instead for web applications. include "system/inclrtl" |