summaryrefslogtreecommitdiff
path: root/doc/http.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/http.rst')
-rw-r--r--doc/http.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/http.rst b/doc/http.rst
new file mode 100644
index 0000000..621292d
--- /dev/null
+++ b/doc/http.rst
@@ -0,0 +1,11 @@
+Working with web sites
+======================
+
+**N.B.** The :class:`~logutils.http.HTTPHandler` class has been present in the
+:mod:`logging` package since the first release, but was enhanced for Python
+3.2 to add options for secure connections and user credentials. You may wish
+to use this version with earlier Python releases.
+
+.. automodule:: logutils.http
+ :members:
+