diff options
Diffstat (limited to 'lib/pure/httpserver.nim')
-rwxr-xr-x | lib/pure/httpserver.nim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/pure/httpserver.nim b/lib/pure/httpserver.nim index 9d9ea2012..ce816b7d4 100755 --- a/lib/pure/httpserver.nim +++ b/lib/pure/httpserver.nim @@ -22,6 +22,8 @@ ## ## run(handleRequest, TPort(80)) ## +## **Warning:** The API of this module is unstable, and therefore is subject +## to change. import parseutils, strutils, os, osproc, strtabs, streams, sockets, asyncio |