RWIHttpGenericHeaderRWIHttpHeaderBase
Networking Tools: Thread-hot Internet Classes (int library)
#include <rw/toolpro/httphdr.h> RWIHttpGenericHeader header("Content-type", "image/gif");
thr, net, int, tls (and possibly std)
RWIHttpGenericHeader is a specialization class of RWIHttpHeaderBase. It is a helper class that formats its contents as header_label: header_value.
RWIHttpGenericHeader();
Constructs a default RWIHttpGenericHeader object.
RWIHttpGenericHeader(const RWCString& label);
Constructs an RWIHttpGenericHeader object with the label as label.
RWIHttpGenericHeader(const RWCString& label, const RWCString& value);
Constructs an RWIHttpGenericHeader object with the label as label and the value as value.
void setValue(const RWCstring& value);
Assigns value to the internal value.
virtual RWCString value() const;
Returns a copy of the internal value associated with the label.
©Copyright 2000, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.