From 6044d2e00b833aacd21950b7c10c2cf19b4ae19d Mon Sep 17 00:00:00 2001 From: Peter Stockings Date: Fri, 29 Mar 2024 18:38:48 +1100 Subject: [PATCH] For postman-like mithril.js driven client made the following minor changes * Display response status, size, time * Toggle between response body (text), Browser preview (HTML), & headers --- .../dashboard/http_functions/client.html | 159 +++++++++++------- 1 file changed, 98 insertions(+), 61 deletions(-) diff --git a/templates/dashboard/http_functions/client.html b/templates/dashboard/http_functions/client.html index bd92331..e735df0 100644 --- a/templates/dashboard/http_functions/client.html +++ b/templates/dashboard/http_functions/client.html @@ -10,6 +10,35 @@ show_refresh=False, show_link=False, show_edit_form=True, show_client=True, show