RWIHttpIfModifiedSinceHeaderRWIHttpDateHeaderRWIHttpDateHeaderBase
Networking Tools: Thread-hot Internet Classes (int library)
None
#include <rw/toolpro/httphdr.h> RWIHttpIfModifiedSinceHeader imsHdr;
thr, net, int, tls (and possibly std)
RWIHttpIfModifiedSinceHeader is a specialization class of RWIHttpDateHeader. It defines the HTTP If-Modified-Since header request. It is a helper class that formats its contents as If-Modified-Since: header_value, where header_value is an RWIHttpDate object.
RWIHttpIfModifiedSinceHeader();
Constructs a default RWIHttpIfModifiedSinceHeader object with the label of the header set to be If-Modified-Since and its associated value set to be the current date and time.
RWIHttpIfModifiedSinceHeader(RWIHttpDate d);
Constructs an RWIHttpIfModifiedSinceHeader object with the label of the header set to be If-Modified-Since and its associated value set to be the input d.
©Copyright 2000, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.