diff --git a/src/main/resources/pages/log/log.html b/src/main/resources/pages/log/log.html index d7d26ed..5c915cd 100644 --- a/src/main/resources/pages/log/log.html +++ b/src/main/resources/pages/log/log.html @@ -36,6 +36,7 @@

Current status: {{log.logRequest.arrivedAt}} {{log.logRequest.whoInvokedAddress}} {{log.logResponse.statusCode}} + +
+ Callback executed +
+
+ Received Request +
+ {{getResponseText(log)}} @@ -53,7 +62,7 @@

Current status:
-
+

Request Data

@@ -102,7 +111,7 @@

Request Data

-
+

Response Sent

@@ -135,6 +144,52 @@

Response Sent

+
+

Executed Callback

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeValue
Delay (In Milli){{log.logCallback.delayInMilli}}
Invoked URL{{log.logCallback.completeUrlToCall}}
HttpMethod{{log.logCallback.httpMethod}}
Body{{log.logCallback.bodyToSend}}
Header List +
    +
  • {{header.name}}: {{header.valueList}}
  • +
+
Query Param List +
    +
  • {{queryParam.name}}: {{queryParam.valueList}}
  • +
+
+

uaiMockServer Log