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

RWHttpRangeHeader

Module:  Internet Protocols Module   Package:  HTTP


RWHttpRangeHeader RWHttpHeaderBase

Local Index

Members

Header File

#include <rw/http/RWHttpRangeHeader.h>

Description

RWHttpRangeHeader is a specialization class of RWHttpHeaderBase. It defines the HTTP Range Header requests. It is a helper class that formats its contents as Range: bytes=start_range - stop_range.

Public Constructors

RWHttpRangeHeader();
RWHttpRangeHeader(const RWHttpGenericHeader& hdr);
RWHttpRangeHeader(const RWHttpRange& range);

Public Member Functions

void
addRange(const RWHttpRange& range);
virtual RWCString
getValue() const; 


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.