#include <rest_api_component.h>
◆ BaseRestApiHandler() [1/3]
BaseRestApiHandler::BaseRestApiHandler |
( |
| ) |
|
|
default |
◆ BaseRestApiHandler() [2/3]
◆ BaseRestApiHandler() [3/3]
◆ ~BaseRestApiHandler()
BaseRestApiHandler::~BaseRestApiHandler |
( |
| ) |
|
|
virtualdefault |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ try_handle_request()
virtual bool BaseRestApiHandler::try_handle_request |
( |
http::base::Request & |
req, |
|
|
const std::string & |
base_path, |
|
|
const std::vector< std::string > & |
path_matches |
|
) |
| |
|
pure virtual |
try to handle the request.
- Returns
- success
- Return values
-
true | request has been handled and a response has been sent |
false | request has not been handled (no response has been sent) |
Implemented in RestApiHandler, and RestApiSpecHandler.
The documentation for this class was generated from the following files: