Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
Description
In ResponseCachingPolicy, only GET and HEAD methods are cacheable. However, according to RFC 2616 https://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html#sec9.5 a POST may be cacheable.
The exact circumstances are better detailed here:
http://tools.ietf.org/html/draft-ietf-httpbis-p2-semantics-20#section-2.3.4
Attachments
Issue Links
- is related to
-
HTTPCLIENT-1827 Provide caching for streamed HTTP exchanges in CachingHttpAsyncClient
- Resolved