HttpCacheControl

Section 14.9.6 (Cache Control Extensions) of the HTTP 1.1 spec defines an
extension mechanism for the Chache-Control header field.

The org.w3c.www.http.HttpCacheControl class does not provide any methods
for getting or setting these extensions.

I would therefore like to request:

public String getCacheExtension(String token)
                throws java.lang.NoSuchFieldException;
/* returns null for tokens with no value, throws exception for tokens that
don't exist */

public void setCacheExtension(String token, String value);
public void setCacheExtension(String token);

						Thanks!

---
Chris Hubick
mailto:chris@hubick.com
http://www.hubick.com/

Received on Monday, 23 March 1998 15:03:21 UTC