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

RWHttpRange

Module:  Internet Protocols Module   Package:  HTTP


Does not inherit

Local Index

Members

Header File

#include <rw/http/RWHttpRange.h>

Description

RWHttpRange represents an HTTP/1.1 format range for requesting portions of a document.

Public Enum

enum rangeEnd { head, tail };

Public Constructors

RWHttpRange();
RWHttpRange(const RWCString& range);
RWHttpRange(size t offset, size t length = 0);
RWHttpRange(size t length, rangeEnd end);

Public Member Functions

RWCString
getValue(void) const;
void
setRange(const RWCString& range);
void
setRange(size t offset, size t length);
void
setRange(size t length, rangeEnd end);


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.