[fix] check_kind:http
This commit is contained in:
parent
2b2f04332b
commit
4cefa83253
|
|
@ -209,8 +209,10 @@ namespace _heimdall.check_kinds.http_request
|
||||||
}[parameters.request.method],
|
}[parameters.request.method],
|
||||||
"path": url.pathname,
|
"path": url.pathname,
|
||||||
"query": url.search,
|
"query": url.search,
|
||||||
"headers": {},
|
"headers": {
|
||||||
"body": "",
|
"Host": url.host,
|
||||||
|
},
|
||||||
|
"body": null,
|
||||||
};
|
};
|
||||||
let http_response : (null | lib_plankton.http.type_response);
|
let http_response : (null | lib_plankton.http.type_response);
|
||||||
try {
|
try {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue