SourcePro® 2025.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 () | |
![]() | |
RWHttpHeaderBase (const RWCString &label, RWHttpHeaderType type=RW_HTTP_ENTITY_HEADER) | |
RWHttpHeaderBase (void) | |
Additional Inherited Members | |
![]() | |
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 |
![]() | |
static unsigned | hash (const RWHttpHeaderBase &) |
![]() | |
std::weak_ordering | operator (const RWHttpHeaderBase &lhs, const RWHttpHeaderBase &rhs) |
bool | operator== (const RWHttpHeaderBase &lhs, const RWHttpHeaderBase &rhs) |
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 © 2025 Rogue Wave Software, Inc., a Perforce company. All Rights Reserved. |