MySQL 8.4.0
Source Code Documentation
http_auth.cc File Reference
#include "http_auth.h"
#include <algorithm>
#include <string>
#include "http/base/request.h"
#include "http_auth_backend.h"
#include "http_auth_error.h"
#include "matcher.h"
#include "mysqlrouter/component/http_auth_method_basic.h"
#include "mysqlrouter/component/http_server_auth.h"

Functions

static bool is_tchar (char c)
 match a TCHAR. More...
 
static bool is_token68 (char c)
 match a TOKEN68. More...
 

Function Documentation

◆ is_tchar()

static bool is_tchar ( char  c)
static

match a TCHAR.

Parameters
ccharacter to check
Returns
success
Return values
trueif c is a TCHAR

◆ is_token68()

static bool is_token68 ( char  c)
static

match a TOKEN68.

Parameters
ccharacter to check
Returns
success
Return values
trueif c is a TOKEN68