6 lines
152 B
Markdown
Raw Normal View History

2025-04-23 09:34:08 +08:00
# parse-cache-control
Simple function to parse `Cache-Control` headers. Taken from [Wreck](https://github.com/hapijs/wreck).
See `test.js` for usage.