Skip to content
This repository has been archived by the owner on Oct 6, 2020. It is now read-only.

Commit

Permalink
Added author information
Browse files Browse the repository at this point in the history
  • Loading branch information
suprememoocow committed Mar 12, 2015
1 parent 5dfb95f commit c045105
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ with any request HTTP client.

```
npm install request-http-cache
```

## About
Expand Down Expand Up @@ -75,7 +74,6 @@ request({ url: 'https://api.github.com/users/suprememoocow' }, function(err, res
});
```


# Under the Hood

When a new outgoing request is made, the Vary headers for the URL endpoint are
Expand All @@ -99,6 +97,10 @@ looked up in the cache.
* Otherwise the response is cached and the Vary headers for the URL endpoint are stored
the response is returned to the caller.

# Authors

Built by [@suprememoocow](https://twitter.com/suprememoocow) and the team at Gitter.

# Licence

```
Expand Down

0 comments on commit c045105

Please sign in to comment.