MySQL 8.0.40
Source Code Documentation
|
#include "http_auth.h"
#include <algorithm>
#include <string>
#include "http_auth_backend.h"
#include "http_auth_error.h"
#include "http_auth_method_basic.h"
#include "matcher.h"
#include "mysqlrouter/http_server_component.h"
Functions | |
static bool | is_tchar (char c) |
match a TCHAR. More... | |
static bool | is_token68 (char c) |
match a TOKEN68. More... | |
|
static |
match a TCHAR.
c | character to check |
true | if c is a TCHAR |
|
static |
match a TOKEN68.
c | character to check |
true | if c is a TOKEN68 |