Rogue Wave banner
Previous fileTop of DocumentContentsIndexNext file

RWIHttpDateHeader


RWIHttpDateHeaderRWIHttpHeaderBase

Module

Networking Tools: Thread-hot Internet Classes (int library)

Data Type and Member Function Indexes
(exclusive of constructors and destructors)

Member Functions

Synopsis

#include <rw/toolpro/httphdr.h>
RWIHttpDateHeader dateHdr;

Required Libraries

thr, net, int, tls (and possibly std)

Description

RWIHttpDateHeader is a specialization class of RWIHttpHeaderBase. 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

RWIHttpDateHeader();
RWIHttpDateHeader(const RWCString& label);
RWIHttpDateHeader(const RWIHttpDate& d);
RWIHttpDateHeader(const RWCString& label,
                  const RWIHttpDate& d);

Public Member Functions

RWIHttpDate
date() const;
void
setDate(const RWIHttpDate& d);
RWCString
value() const; 


Previous fileTop of DocumentContentsIndexNext file

©Copyright 2000, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.