run 'go get -u; make revendor'
Signed-off-by: Stephan Renatus <srenatus@chef.io>
This commit is contained in:
5
vendor/github.com/pquerna/cachecontrol/README.md
generated
vendored
5
vendor/github.com/pquerna/cachecontrol/README.md
generated
vendored
@@ -1,8 +1,7 @@
|
||||
# cachecontrol: HTTP Caching Parser and Interpretation
|
||||
|
||||
[![GoDoc][1]][2][](https://travis-ci.org/pquerna/cachecontrol)
|
||||
[1]: https://godoc.org/github.com/pquerna/cachecontrol?status.svg
|
||||
[2]: https://godoc.org/github.com/pquerna/cachecontrol
|
||||
[](https://godoc.org/github.com/pquerna/cachecontrol)[](https://travis-ci.org/pquerna/cachecontrol)
|
||||
|
||||
|
||||
|
||||
`cachecontrol` implements [RFC 7234](http://tools.ietf.org/html/rfc7234) __Hypertext Transfer Protocol (HTTP/1.1): Caching__. It does this by parsing the `Cache-Control` and other headers, providing information about requests and responses -- but `cachecontrol` does not implement an actual cache backend, just the control plane to make decisions about if a particular response is cachable.
|
||||
|
Reference in New Issue
Block a user