|
Development
of a HTTP Caching Proxy Server
A proxy acts as an intermediary agent between its clients and the
servers which they want to access, performing functions directed towards
a variety of purposes, like security, caching, etc, in its capacity as
an intermediary. Specifically, caching HTTP Proxy Servers are
intermediate servers, which maintain a cache of Internet objects like
html files, image files, etc which are obtained via HTTP.
|