diff options
author | Fred Drake <fdrake@acm.org> | 2001-12-26 19:48:43 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-12-26 19:48:43 (GMT) |
commit | ef338ec5f9f3d99761d0583f96be8aa4570dd51f (patch) | |
tree | 75c3df50cded56a3115d9f8db91ad1eb8de56075 /Doc/lib/libhttplib.tex | |
parent | 8b8fe288b34c590d44d03315e3b9ccf2468c777c (diff) | |
download | cpython-ef338ec5f9f3d99761d0583f96be8aa4570dd51f.zip cpython-ef338ec5f9f3d99761d0583f96be8aa4570dd51f.tar.gz cpython-ef338ec5f9f3d99761d0583f96be8aa4570dd51f.tar.bz2 |
More index entries.
Diffstat (limited to 'Doc/lib/libhttplib.tex')
-rw-r--r-- | Doc/lib/libhttplib.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/lib/libhttplib.tex b/Doc/lib/libhttplib.tex index 685a0bf..156e74b 100644 --- a/Doc/lib/libhttplib.tex +++ b/Doc/lib/libhttplib.tex @@ -5,6 +5,7 @@ \modulesynopsis{HTTP and HTTPS protocol client (requires sockets).} \indexii{HTTP}{protocol} +\index{HTTP!\module{httplib} (standard module)} This module defines classes which implement the client side of the HTTP and HTTPS protocols. It is normally not used directly --- the |