summary refs log tree commit diff stats
path: root/lib/pure/asynchttpserver.nim
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2014-04-06 20:46:31 +0100
committerDominik Picheta <dominikpicheta@googlemail.com>2014-04-06 20:46:31 +0100
commitb2fd5629830ccc30de723eba2fd1e93cb12b518e (patch)
tree9b05201f1a8dd7ad5b6cc8d9d5fbd032076104b0 /lib/pure/asynchttpserver.nim
parent5eaec84785f9604cbf4068d3ab81ade9e6172559 (diff)
downloadNim-b2fd5629830ccc30de723eba2fd1e93cb12b518e.tar.gz
Updates docs and news.
Diffstat (limited to 'lib/pure/asynchttpserver.nim')
-rw-r--r--lib/pure/asynchttpserver.nim2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/pure/asynchttpserver.nim b/lib/pure/asynchttpserver.nim
index 2f33cf4ab..74b044e05 100644
--- a/lib/pure/asynchttpserver.nim
+++ b/lib/pure/asynchttpserver.nim
@@ -8,6 +8,8 @@
 #
 
 ## This module implements a high performance asynchronous HTTP server.
+##
+## **Note:** This module is still largely experimental.
 
 import strtabs, asyncnet, asyncdispatch, parseutils, parseurl, strutils
 type