diff --git a/lib/pure/scgi.nim b/lib/pure/scgi.nim index 58b37833a6..f3e2b583cd 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 `_ +## instead for web applications. include "system/inclrtl"