浏览代码

Add host_name to mg_client_options

Used for clientside SNI
Mellnik 6 年之前
父节点
当前提交
b404290682
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      include/civetweb.h

+ 1 - 0
include/civetweb.h

@@ -1388,6 +1388,7 @@ struct mg_client_options {
 	int port;
 	const char *client_cert;
 	const char *server_cert;
+	const char *host_name;
 	/* TODO: add more data */
 };