Rogue Wave banner
Previous fileTop of DocumentContentsIndexNext file

RWIHttpGenericHeader


RWIHttpGenericHeaderRWIHttpHeaderBase

Module

Networking Tools: Thread-hot Internet Classes (int library)

Data Type and Member Function Indexes
(exclusive of constructors and destructors)

Member Functions

Synopsis

#include <rw/toolpro/httphdr.h>
RWIHttpGenericHeader header("Content-type", "image/gif");

Required Libraries

thr, net, int, tls (and possibly std)

Description

RWIHttpGenericHeader is a specialization class of RWIHttpHeaderBase. It is a helper class that formats its contents as header_label: header_value.

Public Constructors

RWIHttpGenericHeader();
RWIHttpGenericHeader(const RWCString& label);
RWIHttpGenericHeader(const RWCString& label,
                     const RWCString& value);

Public Member Functions

void
setValue(const RWCstring& value);
virtual RWCString
value() const; 


Previous fileTop of DocumentContentsIndexNext file

©Copyright 2000, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.