linux - Saving webpages to localbox -


is there way in can download first visits webpage local box , subsequent visits retrieve data local box rather internet? is, service running on port , if access port , not http port, data local box?

i need use service parsing webpages contents might change every time, same content work with.

you can use caching proxy such squid.

the squid service stores webpages locally , next requests return stored file.


Comments

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -