diff options
author | Dominik Picheta <dominikpicheta@googlemail.com> | 2014-04-06 20:46:31 +0100 |
---|---|---|
committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2014-04-06 20:46:31 +0100 |
commit | b2fd5629830ccc30de723eba2fd1e93cb12b518e (patch) | |
tree | 9b05201f1a8dd7ad5b6cc8d9d5fbd032076104b0 /lib/pure/asynchttpserver.nim | |
parent | 5eaec84785f9604cbf4068d3ab81ade9e6172559 (diff) | |
download | Nim-b2fd5629830ccc30de723eba2fd1e93cb12b518e.tar.gz |
Updates docs and news.
Diffstat (limited to 'lib/pure/asynchttpserver.nim')
-rw-r--r-- | lib/pure/asynchttpserver.nim | 2 |
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 |