SourcePro® 2023.1 |
SourcePro® API Reference Guide |
Helper class that defines the header label and type for derived HTTP Authorization headers. More...
#include <rw/http/RWHttpAuthorizationHeaderBase.h>
Protected Member Functions | |
RWHttpAuthorizationHeaderBase () | |
Protected Member Functions inherited from RWHttpHeaderBase | |
RWHttpHeaderBase (void) | |
RWHttpHeaderBase (const RWCString &label, RWHttpHeaderType type=RW_HTTP_ENTITY_HEADER) | |
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 () 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 &) |
RWHttpAuthorizationHeaderBase is a specialization class of RWHttpHeaderBase. It is a helper class that defines the basic formatting and structure of Authorization header classes.
|
inlineprotected |
Constructs a default RWHttpAuthorizationHeaderBase object with the label Authorization
.
Copyright © 2023 Rogue Wave Software, Inc., a Perforce company. All Rights Reserved. |