diff options
author | Araq <rumpf_a@web.de> | 2012-05-20 10:56:48 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-05-20 10:56:48 +0200 |
commit | 0c5a4bf6c0572f7051376f59a06f8f22b6a8d56b (patch) | |
tree | 215ee07e32c2d257216e01bb21d358d969c21a73 /doc | |
parent | 15dd3a225134afab649a3c1994cbd862f1b11439 (diff) | |
parent | f9089db681792468919dbacc2ff7a60b69bc9d7e (diff) | |
download | Nim-0c5a4bf6c0572f7051376f59a06f8f22b6a8d56b.tar.gz |
Merge branch 'master' of github.com:Araq/Nimrod
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/lib.txt | 5 |
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 ------- |