为API添加获取配置型内容的接口

This commit is contained in:
zhlong
2020-06-24 09:50:35 +08:00
parent f0a538d37d
commit 3d25ede46f
2 changed files with 18 additions and 0 deletions

View File

@@ -101,6 +101,13 @@ API_EXPORT void API_CALL mk_env_init1(int thread_num,
*/
API_EXPORT void API_CALL mk_set_option(const char *key, const char *val);
/**
* 获取配置项的值
* @param key 配置项名
*/
API_EXPORT const char * API_CALL mk_get_option(const char *key);
/**
* 创建http[s]服务器
* @param port htt监听端口推荐80传入0则随机分配