Skip to content

umut/http-cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 

Repository files navigation

= Name

HTTPCache - Helper for transparently caching HTTP requests

= Description

HTTPCache is a helper utility for transparently caching HTTP requests.

= Supported backends

* FileStore: stores the response of the requests in a file also optimizes the file path.
* MemoryStore: stores the response of the requests in memory.

= Known Issues

* Currently only working for Net::HTTP.get method.

= Copyright

NetCache - Ruby helper for transparently caching HTTP requests.
Copyright 2010 Umut Utkan <umut.utkan@gmail.com>.

HTTPCache is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

HTTPCache is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with HTTPCache; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA

About

http-cache provides transparent caching support for http calls

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages