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

RWHttpDateHeader

Module:  Internet Protocols Module   Package:  HTTP


RWHttpDateHeader RWHttpHeaderBase

Local Index

Members

Header File

#include <rw/http/RWHttpDateHeader.h>

Description

RWHttpDateHeader is a specialization class of RWHttpHeaderBase. It defines the HTTP DATE HEADER request. It is a helper class that formats its contents as Date: header_value, where header_value is information on date and time.

Public Constructors

RWHttpDateHeader();
RWHttpDateHeader(const RWCString& label, 
               RWHttpHeaderType type = RW_HTTP_ENTITY_HEADER);
RWHttpDateHeader(const RWHttpDate& d);
RWHttpDateHeader(const RWCString& label,
              const RWHttpDate& d, 
              RWHttpHeaderType type = RW_HTTP_ENTITY_HEADER);
RWHttpDateHeader(const RWHttpGenericHeader& hdr);

Public Member Functions

RWHttpDate
getDate() const;
virtual RWCString
getValue() const; 
void
setDate(const RWHttpDate& d);


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.