summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2012-05-20 10:56:48 +0200
committerAraq <rumpf_a@web.de>2012-05-20 10:56:48 +0200
commit0c5a4bf6c0572f7051376f59a06f8f22b6a8d56b (patch)
tree215ee07e32c2d257216e01bb21d358d969c21a73 /doc
parent15dd3a225134afab649a3c1994cbd862f1b11439 (diff)
parentf9089db681792468919dbacc2ff7a60b69bc9d7e (diff)
downloadNim-0c5a4bf6c0572f7051376f59a06f8f22b6a8d56b.tar.gz
Merge branch 'master' of github.com:Araq/Nimrod
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/lib.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/lib.txt b/doc/lib.txt
index 37c66a3b7..8436f486c 100755
--- a/doc/lib.txt
+++ b/doc/lib.txt
@@ -204,6 +204,11 @@ Internet Protocols and Support
 * `cookies <cookies.html>`_
   This module contains helper procs for parsing and generating cookies.
 
+* `mimetypes <mimetypes.html>`_
+  This module implements a mimetypes database.
+
+* `uri <uri.html>`_
+  This module provides functions for working with URIs.
 
 Parsers
 -------