summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoe Gregorio <joe@bitworking.org>2013-10-12 21:34:33 -0400
committerJoe Gregorio <joe@bitworking.org>2013-10-12 21:34:33 -0400
commit21839518b961a1b8f0525032178e785f6662b9f3 (patch)
tree9799e2ed0bc247eb2efc0e3c0f5d6c207f9826ff /README.md
parentc4a85f679a48057fff30918710959bb4718e214f (diff)
downloadhttplib2-21839518b961a1b8f0525032178e785f6662b9f3.tar.gz
Markdown fixes.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 63025a1..d53b502 100644
--- a/README.md
+++ b/README.md
@@ -7,14 +7,14 @@ Introduction
A comprehensive HTTP client library, httplib2.py supports many
features left out of other HTTP libraries.
-#HTTP and HTTPS
+###HTTP and HTTPS
HTTPS support is only available if the socket module was
compiled with SSL support.
-#Keep-Alive
+###Keep-Alive
Supports HTTP 1.1 Keep-Alive, keeping the socket open and
performing multiple requests over the same connection if
possible.
-#Authentication
+###Authentication
The following three types of HTTP Authentication are
supported. These can be used over both HTTP and HTTPS.