rwlogo
SourcePro C++ 12.0

SourcePro® C++ API Reference Guide



   SourcePro C++
Documentation Home

RWHttpUserAgentHeader Class Reference
[HTTP]

Defines an HTTP User-Agent request header. More...

#include <rw/http/RWHttpUserAgentHeader.h>

Inheritance diagram for RWHttpUserAgentHeader:
RWHttpGenericHeader RWHttpHeaderBase

List of all members.

Public Member Functions

 RWHttpUserAgentHeader (void)
 RWHttpUserAgentHeader (const RWCString &value)
 RWHttpUserAgentHeader (const RWHttpGenericHeader &hdr)

Detailed Description

RWHttpUserAgentHeader is a specialization class of RWHttpGenericHeader. It defines the HTTP User-Agent request header. It is a helper class that formats its contents as User-Agent: header_value, where header_value is text that describes the client application.


Constructor & Destructor Documentation

RWHttpUserAgentHeader::RWHttpUserAgentHeader ( void   )  [inline]

Constructs a default RWHttpUserAgentHeader object with the associated value of the User-Agent label set to empty.

RWHttpUserAgentHeader::RWHttpUserAgentHeader ( const RWCString value  )  [inline]

Constructs an RWHttpUserAgentHeader object with the associated value of the User-Agent label set to value. The RWCString should contain 7-bit US-ASCII data.

RWHttpUserAgentHeader::RWHttpUserAgentHeader ( const RWHttpGenericHeader hdr  ) 

Constructs an RWHttpUserAgentHeader object from an RWHttpGenericHeader that represents a User-Agent header. If the RWHttpGenericHeader does not represent a User-Agent header or if the value of the RWHttpGenericHeader does not conform to the formatting of a User-Agent value, an RWHttpHeaderParseError exception 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.