Hi,
I need to implement an HTTP client that supports content caching as specified by RFC 2616.
Could you please give me some directions as to which would be the correct level in the net/http package where I can do this?
Can I achieve it by extending the http.Client type or would it be better to create a new type similar to http.Client?
Thanks,
Robert