feat: HTTP 探针增强 — ignoreSSL、精确重定向控制、状态码范围匹配、编码自动检测
This commit is contained in:
@@ -190,7 +190,9 @@ describe("ProbeEngine", () => {
|
||||
group: "default",
|
||||
http: {
|
||||
headers: {},
|
||||
ignoreSSL: false,
|
||||
maxBodyBytes: 1024 * 1024,
|
||||
maxRedirects: 0,
|
||||
method: "GET",
|
||||
url: `http://localhost:${httpServer.port}/`,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user