Skip to content

Commit 01c687f

Browse files
committed
Update README.md
1 parent 2183951 commit 01c687f

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,22 +22,27 @@ features left out of other HTTP libraries.
2222
* Basic
2323
* WSSE
2424

25-
#Caching
25+
###Caching
2626
The module can optionally operate with a private cache that
2727
understands the Cache-Control: header and uses both the ETag
2828
and Last-Modified cache validators.
29-
#All Methods
29+
30+
###All Methods
3031
The module can handle any HTTP request method, not just GET
3132
and POST.
32-
#Redirects
33+
34+
###Redirects
3335
Automatically follows 3XX redirects on GETs.
34-
#Compression
36+
37+
###Compression
3538
Handles both 'deflate' and 'gzip' types of compression.
36-
#Lost update support
39+
40+
###Lost update support
3741
Automatically adds back ETags into PUT requests to resources
3842
we have already cached. This implements Section 3.2 of
3943
Detecting the Lost Update Problem Using Unreserved Checkout.
40-
#Unit Tested
44+
45+
###Unit Tested
4146
A large and growing set of unit tests.
4247

4348

0 commit comments

Comments
 (0)