File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -22,22 +22,27 @@ features left out of other HTTP libraries.
22
22
* Basic
23
23
* WSSE
24
24
25
- #Caching
25
+ ### Caching
26
26
The module can optionally operate with a private cache that
27
27
understands the Cache-Control: header and uses both the ETag
28
28
and Last-Modified cache validators.
29
- #All Methods
29
+
30
+ ###All Methods
30
31
The module can handle any HTTP request method, not just GET
31
32
and POST.
32
- #Redirects
33
+
34
+ ###Redirects
33
35
Automatically follows 3XX redirects on GETs.
34
- #Compression
36
+
37
+ ###Compression
35
38
Handles both 'deflate' and 'gzip' types of compression.
36
- #Lost update support
39
+
40
+ ###Lost update support
37
41
Automatically adds back ETags into PUT requests to resources
38
42
we have already cached. This implements Section 3.2 of
39
43
Detecting the Lost Update Problem Using Unreserved Checkout.
40
- #Unit Tested
44
+
45
+ ###Unit Tested
41
46
A large and growing set of unit tests.
42
47
43
48
You can’t perform that action at this time.
0 commit comments