You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
549 B

8 years ago
# expired
> Calculate when HTTP responses expire from the cache headers
[![Build Status](https://travis-ci.org/lukechilds/expired.svg?branch=master)](https://travis-ci.org/lukechilds/expired) [![Coverage Status](https://coveralls.io/repos/github/lukechilds/expired/badge.svg?branch=master)](https://coveralls.io/github/lukechilds/expired?branch=master)
`expired` accepts HTTP headers as an argument and will return information on when the resource will expire.
## Install
```shell
npm install --save expired
```
## License
MIT © Luke Childs