2 次代碼提交 bdadde6661 ... f95c214ae2

作者 SHA1 備註 提交日期
  Simon Grossenbacher f95c214ae2 upd 3 年之前
  Simon Grossenbacher 538dac9e12 zpd 3 年之前
共有 5 個文件被更改,包括 41 次插入2 次删除
  1. 二進制
      RESTDebugger.exe
  2. 2 2
      prj/RESTDebugger.dproj
  3. 二進制
      prj/RESTDebugger.res
  4. 38 0
      src/_frmMain.dfm
  5. 1 0
      src/_frmMain.pas

二進制
RESTDebugger.exe


File diff suppressed because it is too large
+ 2 - 2
prj/RESTDebugger.dproj


二進制
prj/RESTDebugger.res


+ 38 - 0
src/_frmMain.dfm

@@ -131,6 +131,10 @@ object frmMain: TfrmMain
     object tabContent: TcxTabSheet
       Caption = 'Response Content'
       ImageIndex = 0
+      ExplicitLeft = 0
+      ExplicitTop = 0
+      ExplicitWidth = 0
+      ExplicitHeight = 0
       object EditorContent: TSynEdit
         Left = 0
         Top = 31
@@ -188,6 +192,10 @@ object frmMain: TfrmMain
     object tabHeaders: TcxTabSheet
       Caption = 'Response Headers'
       ImageIndex = 1
+      ExplicitLeft = 0
+      ExplicitTop = 0
+      ExplicitWidth = 0
+      ExplicitHeight = 0
       object EditorResponseHeaders: TSynEdit
         Left = 0
         Top = 0
@@ -244,6 +252,8 @@ object frmMain: TfrmMain
       BevelOuter = bvNone
       Padding.Right = 10
       TabOrder = 0
+      ExplicitLeft = 275
+      ExplicitWidth = 450
       DesignSize = (
         448
         370)
@@ -307,6 +317,13 @@ object frmMain: TfrmMain
         object tabURLParams: TcxTabSheet
           Caption = 'URL Parameters'
           ImageIndex = 0
+<<<<<<< HEAD
+          ExplicitLeft = 0
+          ExplicitTop = 0
+          ExplicitWidth = 432
+          ExplicitHeight = 0
+=======
+>>>>>>> bdadde6661ae73928baee71cb23d1c6d56715730
           object Panel3: TPanel
             Left = 0
             Top = 0
@@ -367,6 +384,13 @@ object frmMain: TfrmMain
         object cxTabSheet2: TcxTabSheet
           Caption = 'Extra Headers'
           ImageIndex = 1
+<<<<<<< HEAD
+          ExplicitLeft = 0
+          ExplicitTop = 0
+          ExplicitWidth = 432
+          ExplicitHeight = 0
+=======
+>>>>>>> bdadde6661ae73928baee71cb23d1c6d56715730
           object Panel4: TPanel
             Left = 0
             Top = 0
@@ -426,6 +450,13 @@ object frmMain: TfrmMain
         object cxTabSheet3: TcxTabSheet
           Caption = 'Authentication'
           ImageIndex = 3
+<<<<<<< HEAD
+          ExplicitLeft = 0
+          ExplicitTop = 0
+          ExplicitWidth = 432
+          ExplicitHeight = 0
+=======
+>>>>>>> bdadde6661ae73928baee71cb23d1c6d56715730
           object Label9: TLabel
             Left = 15
             Top = 47
@@ -464,6 +495,13 @@ object frmMain: TfrmMain
         object tabPostData: TcxTabSheet
           Caption = 'Post Data'
           ImageIndex = 2
+<<<<<<< HEAD
+          ExplicitLeft = 0
+          ExplicitTop = 0
+          ExplicitWidth = 432
+          ExplicitHeight = 0
+=======
+>>>>>>> bdadde6661ae73928baee71cb23d1c6d56715730
           object Panel5: TPanel
             Left = 0
             Top = 0

+ 1 - 0
src/_frmMain.pas

@@ -1544,6 +1544,7 @@ begin
     Screen.Cursor := crHourGlass;
     tick := GetTickCount;
     try
+      FHTTP.Request.Accept := '*/*';
       FHTTP.Request.CustomHeaders.Clear;
 
       strlist := TStringList.Create;

Some files were not shown because too many files changed in this diff