Skip to content

Commit 9cad4c3

Browse files
simon04gregjones
authored andcommitted
README: link to RFC 7234 (gregjones#83)
1 parent 2bcd89a commit 9cad4c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ httpcache
33

44
[![Build Status](https://travis-ci.org/gregjones/httpcache.svg?branch=master)](https://travis-ci.org/gregjones/httpcache) [![GoDoc](https://godoc.org/github.com/gregjones/httpcache?status.svg)](https://godoc.org/github.com/gregjones/httpcache)
55

6-
Package httpcache provides a http.RoundTripper implementation that works as a mostly RFC-compliant cache for http responses.
6+
Package httpcache provides a http.RoundTripper implementation that works as a mostly [RFC 7234](https://tools.ietf.org/html/rfc7234) compliant cache for http responses.
77

88
It is only suitable for use as a 'private' cache (i.e. for a web-browser or an API-client and not for a shared proxy).
99

0 commit comments

Comments
 (0)