-
Notifications
You must be signed in to change notification settings - Fork 0
A NodeJS API that takes two inputs: A web URL, and an expiration period. Upon receiving a request, it checks for a cached HTTP response from that URL. If available and within the expiration period, it returns the response. Otherwise, it fetches the response and stores it in the cache.
gitwitapp/cached-http-proxy-server
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
About
A NodeJS API that takes two inputs: A web URL, and an expiration period. Upon receiving a request, it checks for a cached HTTP response from that URL. If available and within the expiration period, it returns the response. Otherwise, it fetches the response and stores it in the cache.
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published