MySQL 9.1.0
Source Code Documentation
|
Helper class to make unregistering paths in plugins easier. More...
#include <rest_api_component.h>
Public Member Functions | |
RestApiComponentPath (RestApiComponent &rest_api_srv, std::string regex, std::unique_ptr< BaseRestApiHandler > endpoint) | |
~RestApiComponentPath () | |
Private Attributes | |
RestApiComponent & | rest_api_srv_ |
std::string | regex_ |
Helper class to make unregistering paths in plugins easier.
|
inline |
|
inline |
|
private |
|
private |