ImSQL
C++ 기반 SQL 자동화 및 라이선스 관리 엔진
|
ImSQL 엔진과 통신하는 API 서버 클래스 정의 파일입니다. More...
#include <memory>
#include <string>
#include <functional>
#include <license/license_features.hpp>
#include <utils/utils.hpp>
#include <api/handler/handler_base.hpp>
#include <crow/app.h>
#include "engine/engine.hpp"
#include "engine/engine_state.hpp"
Go to the source code of this file.
Classes | |
class | engine::ApiServer |
ImSQL 엔진과 통신하는 API 서버 클래스. More... | |
Typedefs | |
using | engine::HandlerFunc = std::function<crow::response(const crow::request&)> |
API 서버에서 사용할 핸들러 함수 타입. | |
using | engine::ApiServerPtr = std::shared_ptr<ApiServer> |
ApiServer 스마트 포인터 타입 정의 | |
ImSQL 엔진과 통신하는 API 서버 클래스 정의 파일입니다.