added a few more __all__ lists
fixed typo in ihooks docstring
diff --git a/Lib/httplib.py b/Lib/httplib.py
index 27a9e01..4750685 100644
--- a/Lib/httplib.py
+++ b/Lib/httplib.py
@@ -74,6 +74,8 @@
 except ImportError:
     from StringIO import StringIO
 
+__all__ = ["HTTP"]
+
 HTTP_PORT = 80
 HTTPS_PORT = 443