Rogue Wave banner
Previous fileTop of DocumentContentsIndex pageNext file
Internet Protocols Module Reference Guide
Rogue Wave web site:  Home Page  |  Main Documentation Page

RWHttpGenericHeader

Module:  Internet Protocols Module   Package:  HTTP


RWHttpGenericHeader RWHttpHeaderBase

Local Index

Members

Header File

#include <rw/http/RWHttpGenericHeader.h>

Description

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

Public Constructors

RWHttpGenericHeader();
RWHttpGenericHeader(const RWCString& label, 
               RWHttpHeaderType type = RW_HTTP_ENTITY_HEADER);
RWHttpGenericHeader(const RWCString& label,
               const RWCString& value,
               RWHttpHeaderType type = RW_HTTP_ENTITY_HEADER);
RWHttpGenericHeader(const RWHttpHeaderBase& hdr);

Public Member Functions

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


Previous fileTop of DocumentContentsIndex pageNext file

© Copyright Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave and SourcePro are registered trademarks of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.
Contact Rogue Wave about documentation or support issues.