rwlogo
SourcePro C++ 12.0

SourcePro® C++ API Reference Guide



   SourcePro C++
Documentation Home

RWHttpIfDateRangeHeader Class Reference
[HTTP]

Helper class that defines an HTTP If-Range header with HTTP-date. More...

#include <rw/http/RWHttpIfDateRangeHeader.h>

Inheritance diagram for RWHttpIfDateRangeHeader:
RWHttpDateHeader RWHttpHeaderBase

List of all members.

Public Member Functions

 RWHttpIfDateRangeHeader (void)
 RWHttpIfDateRangeHeader (const RWHttpDate &date)
 RWHttpIfDateRangeHeader (const RWHttpGenericHeader &hdr)

Detailed Description

RWHttpIfDateRangeHeader is a specialization class of RWHttpDateHeader. It is a helper class that formats its contents as If-Range: followed by a valid HTTP date string.


Constructor & Destructor Documentation

RWHttpIfDateRangeHeader::RWHttpIfDateRangeHeader ( void   )  [inline]

Constructs a default RWHttpIfDateRangeHeader object with the header label set to If-Range and the HTTP date set to the current date and time.

RWHttpIfDateRangeHeader::RWHttpIfDateRangeHeader ( const RWHttpDate date  )  [inline]

Constructs an RWHttpIfDateRangeHeader with the header label set to If-Range and the HTTP date set to date.

RWHttpIfDateRangeHeader::RWHttpIfDateRangeHeader ( const RWHttpGenericHeader hdr  ) 

Constructs an RWHttpIfDateRangeHeader from the RWHttpGenericHeader hdr. If the RWHttpGenericHeader is not a validly formatted HTTP If-Range header, an RWHttpHeaderParseError is thrown.

 All Classes Functions Variables Typedefs Enumerations Enumerator Friends

© 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.