diff --git a/index.html b/index.html index 857951a..aa85703 100644 --- a/index.html +++ b/index.html @@ -239,8 +239,8 @@ Method - Host - Path + URL + reqbody RespBodyA RespBodyB Result @@ -284,8 +284,8 @@ const row = document.createElement('tr'); row.innerHTML = ` ${item.method} - ${item.host} - ${item.path} + ${item.url} + ${item.reqbody} ${item.respBodyA} ${item.respBodyB} ${item.result}