I am considering caching an entire web page locally on the iphone, i.e. I want to provide a url and have the device download all the assets automatically.
ASIHTTPRequest offers a cache, but as far as I understand it will only cache whatever url you feed it. I wonder if anyone has implemented a caching mechanism that will parse the downloaded file and download any assets required, create the corresponding folder structure, etc.
Maybe there is a low level network approach that I am unaware of?