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

RWHttpHeaderList

Module:  Internet Protocols Module   Package:  HTTP


Does not inherit

Local Index

Members

Header File

#include <rw/http/RWHttpHeaderList.h>

Description

RWHttpHeaderList provides a mechanism for storing and organizing collections of RWHttpHeaderBase objects.

Public Constructor

RWHttpHeaderList();

Public Member Operator

RWHttpGenericHeader
operator[](size_t i) const;

Public Member Functions

bool
addHeader(const RWHttpHeaderBase& hdr);
RWCString
asString() const;
size_t
entries() const;
RWCString
getValue(const RWCString& label) const;
size_t
index(const RWCString& label) const;
bool
removeHeader(const RWCString& label);


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.