Skip to content

robrodi/CachedHttpClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cached Http Client

Decorator(mostly) on top of HttpClient that simply adds an ObjectCache to cache successful requests based on the the max-age of the response. Presently limited to Text, since I'm lazy.

Tested w/ xUnit and a niftly little Owin server.

Example

var client = new CachedHttpClient();
var result = client.GetAsync(new Uri("http://github.com"));

About

Silly little cache client.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages