![]()  | 
  
    MySQL 8.4.7
    
   Source Code Documentation 
   | 
 
#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... | |
      
  | 
  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 |