From 2a5ea0269a1f9511c51d661a6c7d7bdc7d0176fa Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Sun, 7 Oct 2018 13:20:54 +0200 Subject: Expand HTTP header settings #4 - add doc/Usage/Filter.asciidoc to explain the usage of the filter headers - add HTTP headers to Profile (section "headers") - Use request interceptor to apply filter headers, then profile headers - add insert/delete actions to ProfileEditor --- plugins/ProfileEditor/forms/newhttpheaderdialog.ui | 84 ++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 plugins/ProfileEditor/forms/newhttpheaderdialog.ui (limited to 'plugins/ProfileEditor/forms/newhttpheaderdialog.ui') diff --git a/plugins/ProfileEditor/forms/newhttpheaderdialog.ui b/plugins/ProfileEditor/forms/newhttpheaderdialog.ui new file mode 100644 index 0000000..a457ba6 --- /dev/null +++ b/plugins/ProfileEditor/forms/newhttpheaderdialog.ui @@ -0,0 +1,84 @@ + + + NewHttpHeaderDialog + + + + 0 + 0 + 320 + 108 + + + + Dialog + + + + + + Header + + + + + + + + + + Value + + + + + + + + + + Qt::Horizontal + + + QDialogButtonBox::Cancel|QDialogButtonBox::Ok + + + + + + + + + buttonBox + accepted() + NewHttpHeaderDialog + accept() + + + 248 + 254 + + + 157 + 274 + + + + + buttonBox + rejected() + NewHttpHeaderDialog + reject() + + + 316 + 260 + + + 286 + 274 + + + + + -- cgit v1.2.1