Re: Caching of a predetermined list of URL
Juliusz Chroboczek <[email protected]> Mon, 26 May 2014 00:01:42 +0200
| Newsgroups | gmane.comp.web.polipo.user |
|---|---|
| Message-ID | <87d2f17c1l.wl%[email protected]> |
> For example: the player gets a list of the URL for the playlist. A list of
> these URL in some way to convey "polipo" for caching.
No, you do that from a separate utility
>From a Unix shell, do something like
for i in url1 url2 url3; do
http_proxy=http://localhost:8123 curl -H 'Pragma:' -H 'Cache-Control:' "$url" > /dev/null
done
The "-H" flags are necessary in order to disable Curl's default Pragma header.
-- Juliusz
------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs