AXIAM C++ SDK 1.0.0-alpha8
Authentication, authorization, JWKS & route guards (REST + mTLS)
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | List of all members
axiam::CaseInsensitiveLess Struct Reference

Case-insensitive header map key comparison. More...

#include <transport.hpp>

Public Member Functions

bool operator() (const std::string &a, const std::string &b) const
 

Static Public Member Functions

static std::string lower (std::string s)
 

Detailed Description

Case-insensitive header map key comparison.

Member Function Documentation

◆ operator()()

bool axiam::CaseInsensitiveLess::operator() ( const std::string &  a,
const std::string &  b 
) const
inline

◆ lower()

static std::string axiam::CaseInsensitiveLess::lower ( std::string  s)
inlinestatic

The documentation for this struct was generated from the following file: