15 #define REQUESTHEADER_ContentType_ApplicationJson "application/json"
16 #define REQUESTHEADER_ContentType_ApplicationXml "application/xml"
17 #define REQUESTHEADER_ContentType_TextHtml "text/html"
26 bool operator()(Utf8String
const& lhs, Utf8String
const& rhs)
const {
return (lhs.CompareToI(rhs) < 0); }
30 typedef bmap<Utf8String, Utf8String, CompareInsensitiveUtfString>
HttpHeaderMap;
58 void Clear() {
return m_headers.clear();}
167 bool m_hasRange =
false;
168 bool m_hasLength =
false;
#define BEGIN_BENTLEY_HTTP_NAMESPACE
Definition: Http.h:17
Provides Bentley specific date/time functions (Bentley/BeAssert.h).
Definition: HttpHeaders.h:24
DateTime const & DateTimeCR
Definition: DateTime.h:443
struct Bentley::Utf8String const & Utf8StringCR
Definition: Bentley.h:241
#define BEHTTP_EXPORT
Definition: Http.h:14
unsigned long long uint64_t
Definition: Bentley.r.h:95
BentleyStatus
Definition: Bentley.h:208
Utf8Char const * Utf8CP
Definition: Bentley.h:229
#define END_BENTLEY_HTTP_NAMESPACE
Definition: Http.h:18
#define DEFINE_POINTER_SUFFIX_TYPEDEFS(_structname_)
Definition: Bentley.h:136
bool operator()(Utf8String const &lhs, Utf8String const &rhs) const
Definition: HttpHeaders.h:26