diff options
Diffstat (limited to 'lib/pure/scgi.nim')
-rwxr-xr-x | lib/pure/scgi.nim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/pure/scgi.nim b/lib/pure/scgi.nim index 44a579a7d..0f3b44e00 100755 --- a/lib/pure/scgi.nim +++ b/lib/pure/scgi.nim @@ -23,6 +23,8 @@ ## ## run(handleRequest) ## +## **Warning:** The API of this module is unstable, and therefore is subject +## to change. import sockets, strutils, os, strtabs, asyncio |