diff options
author | Andreas Rumpf <andreas@andreas-desktop> | 2010-02-04 00:47:59 +0100 |
---|---|---|
committer | Andreas Rumpf <andreas@andreas-desktop> | 2010-02-04 00:47:59 +0100 |
commit | eca05d2a3398f25be13282072da1ff1c284afcd7 (patch) | |
tree | b47f74a1af98da72d79f5eea43f7a2b38baccd06 /lib/impure/web.nim | |
parent | e62ef0ff60f05b1daede1033fc0204d19316b48c (diff) | |
download | Nim-eca05d2a3398f25be13282072da1ff1c284afcd7.tar.gz |
cleanup of library docs
Diffstat (limited to 'lib/impure/web.nim')
-rwxr-xr-x | lib/impure/web.nim | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/impure/web.nim b/lib/impure/web.nim index 83d1406af..ba74c285a 100755 --- a/lib/impure/web.nim +++ b/lib/impure/web.nim @@ -1,7 +1,7 @@ # # # Nimrod's Runtime Library -# (c) Copyright 2009 Andreas Rumpf +# (c) Copyright 2010 Andreas Rumpf # # See the file "copying.txt", included in this # distribution, for details about the copyright. @@ -16,6 +16,11 @@ ## ## Currently only requesting URLs is implemented. The implementation depends ## on the libcurl library! +## +## **Deprecated since version 0.8.0:** Use the httpclient module instead. +## + +{.deprecated.} import libcurl, streams |