MySQL
9.4.0
Source Code Documentation
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
o
p
r
s
t
u
v
w
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Concepts
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Related Functions
:
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Concepts
HttpRequestRouter Member List
This is the complete list of members for
HttpRequestRouter
, including all inherited members.
BaseRequestHandlerPtr
typedef
HttpRequestRouter
clear_default_route
()
HttpRequestRouter
default_route_
HttpRequestRouter
private
find_direct_match_route_handler
(std::string_view url_host, std::string_view path)
HttpRequestRouter
private
find_regex_route_handler
(std::string_view url_host, std::string_view path)
HttpRequestRouter
private
find_route_handler
(std::string_view url_host, std::string_view path)
HttpRequestRouter
private
handler_not_found
(http::base::Request &req)
HttpRequestRouter
private
HttpRequestRouterDirectMatchTest
HttpRequestRouter
friend
register_direct_match_handler
(const std::string &url_host, const ::http::base::UriPathMatcher &uri_path_matcher, std::unique_ptr< RequestHandler > cb)
HttpRequestRouter
register_regex_handler
(const std::string &url_host, const std::string &url_regex_str, std::unique_ptr< RequestHandler > cb)
HttpRequestRouter
request_direct_handlers_
HttpRequestRouter
private
request_regex_handlers_
HttpRequestRouter
private
RequestHandler
typedef
HttpRequestRouter
require_realm
(const std::string &realm)
HttpRequestRouter
inline
require_realm_
HttpRequestRouter
private
route
(http::base::Request &req) override
HttpRequestRouter
virtual
route_mtx_
HttpRequestRouter
private
set_default_route
(std::unique_ptr< RequestHandler > cb)
HttpRequestRouter
unregister_direct_match_handler
(const void *handler_id)
HttpRequestRouter
private
unregister_handler
(const void *handler_id)
HttpRequestRouter
unregister_regex_handler
(const void *handler_id)
HttpRequestRouter
private
UrlPathKey
typedef
HttpRequestRouter
private
~RequestHandlerInterface
()=default
http::server::RequestHandlerInterface
virtual
Generated by
1.9.2