SourcePro® API Reference Guide

 
All Classes Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
RWHttpAuthorizationHeaderBase Class Reference

Helper class that defines the header label and type for derived HTTP Authorization headers. More...

#include <rw/http/RWHttpAuthorizationHeaderBase.h>

Inheritance diagram for RWHttpAuthorizationHeaderBase:
RWHttpHeaderBase RWHttpBasicAuthorizationHeader

Protected Member Functions

 RWHttpAuthorizationHeaderBase ()
 
- Protected Member Functions inherited from RWHttpHeaderBase
 RWHttpHeaderBase (const RWCString &label, RWHttpHeaderType type=RW_HTTP_ENTITY_HEADER)
 
 RWHttpHeaderBase (void)
 

Additional Inherited Members

- Public Member Functions inherited from RWHttpHeaderBase
virtual bool append (const RWCString &str)
 
virtual RWCString asString (void) const
 
RWCString getLabel (void) const
 
RWHttpHeaderType getType (void) const
 
virtual RWCString getValue (void) const =0
 
bool operator!= (const RWHttpHeaderBase &) const
 
bool operator< (const RWHttpHeaderBase &hdr) const
 
bool operator== (const RWHttpHeaderBase &h) const
 
- Static Public Member Functions inherited from RWHttpHeaderBase
static unsigned hash (const RWHttpHeaderBase &)
 

Detailed Description

RWHttpAuthorizationHeaderBase is a specialization class of RWHttpHeaderBase. It is a helper class that defines the basic formatting and structure of Authorization header classes.

Constructor & Destructor Documentation

◆ RWHttpAuthorizationHeaderBase()

RWHttpAuthorizationHeaderBase::RWHttpAuthorizationHeaderBase ( )
inlineprotected

Constructs a default RWHttpAuthorizationHeaderBase object with the label Authorization.

Copyright © 2024 Rogue Wave Software, Inc., a Perforce company. All Rights Reserved.