[manager,collector] 支持HTTP类型监控的SSL参数

This commit is contained in:
tomsun28
2021-12-03 16:45:26 +08:00
parent 992682168b
commit afc2dde9d8
4 changed files with 105 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ public class HttpProtocol {
/**
* http是否使用链路加密ssl/tls,即是http还是https
*/
private boolean ssl = false;
private String ssl = "false";
/**
* http请求方法: get, post, put, delete, patch
*/