Commit 0e89f77e authored by 9731301's avatar 9731301

complete client networkPlaying

parent 3162db31
<component name="ArtifactManager">
<artifact type="jar" name="Insomnia:jar">
<artifact type="jar" name="Insomnia.jar">
<output-path>$PROJECT_DIR$/out/artifacts/Insomnia_jar</output-path>
<root id="archive" name="Insomnia.jar">
<element id="module-output" name="Insomnia" />
......
<component name="ArtifactManager">
<artifact name="Insomnia:jar">
<output-path>$PROJECT_DIR$/out/artifacts/Insomnia_nonui_jar</output-path>
<root id="root">
<element id="archive" name="Insomnia.jar">
<element id="directory" name="META-INF">
<element id="file-copy" path="$PROJECT_DIR$/src/nonui/META-INF/MANIFEST.MF" />
</element>
<element id="module-output" name="Insomnia" />
</element>
</root>
</artifact>
</component>
\ No newline at end of file
......@@ -7,17 +7,26 @@
</component>
<component name="ChangeListManager">
<list default="true" id="f2dd20fb-7e97-49ef-9dfe-5631626d7912" name="Default Changelist" comment="">
<change afterPath="$PROJECT_DIR$/.idea/artifacts/Insomnia_jar2.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/Requests/123.insomnia" afterDir="false" />
<change afterPath="$PROJECT_DIR$/Requests/google.insomnia" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/nonui/META-INF/MANIFEST.MF" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/artifacts/Insomnia_jar.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/artifacts/Insomnia_jar.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/out/production/Insomnia/com/insomnia/parser/RequestData.class" beforeDir="false" afterPath="$PROJECT_DIR$/out/production/Insomnia/com/insomnia/parser/RequestData.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/com/insomnia/GUI/Insomnia.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/com/insomnia/GUI/Insomnia.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/com/insomnia/GUI/InsomniaGUI.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/com/insomnia/GUI/InsomniaGUI.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/com/insomnia/GUI/LeftPanel.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/com/insomnia/GUI/LeftPanel.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/com/insomnia/GUI/RequestPanel.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/com/insomnia/GUI/RequestPanel.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/com/insomnia/GUI/RespondPanel.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/com/insomnia/GUI/RespondPanel.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/com/insomnia/parser/Parser.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/com/insomnia/parser/Parser.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Requests/test.insomnia" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Requests/test2.insomnia" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/out/artifacts/Insomnia_jar/Insomnia.jar" beforeDir="false" afterPath="$PROJECT_DIR$/out/artifacts/Insomnia_jar/Insomnia.jar" afterDir="false" />
<change beforePath="$PROJECT_DIR$/out/production/Insomnia/META-INF/Insomnia.kotlin_module" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/out/production/Insomnia/com/insomnia/GUI/RequestPanel$10.class" beforeDir="false" afterPath="$PROJECT_DIR$/out/production/Insomnia/com/insomnia/GUI/RequestPanel$10.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/out/production/Insomnia/com/insomnia/GUI/RequestPanel$11.class" beforeDir="false" afterPath="$PROJECT_DIR$/out/production/Insomnia/com/insomnia/GUI/RequestPanel$11.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/out/production/Insomnia/com/insomnia/GUI/RequestPanel$12.class" beforeDir="false" afterPath="$PROJECT_DIR$/out/production/Insomnia/com/insomnia/GUI/RequestPanel$12.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/out/production/Insomnia/com/insomnia/GUI/RequestPanel$13.class" beforeDir="false" afterPath="$PROJECT_DIR$/out/production/Insomnia/com/insomnia/GUI/RequestPanel$13.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/out/production/Insomnia/com/insomnia/GUI/RequestPanel$7.class" beforeDir="false" afterPath="$PROJECT_DIR$/out/production/Insomnia/com/insomnia/GUI/RequestPanel$7.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/out/production/Insomnia/com/insomnia/GUI/RequestPanel$8.class" beforeDir="false" afterPath="$PROJECT_DIR$/out/production/Insomnia/com/insomnia/GUI/RequestPanel$8.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/out/production/Insomnia/com/insomnia/GUI/RequestPanel$9.class" beforeDir="false" afterPath="$PROJECT_DIR$/out/production/Insomnia/com/insomnia/GUI/RequestPanel$9.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/out/production/Insomnia/com/insomnia/GUI/RequestPanel.class" beforeDir="false" afterPath="$PROJECT_DIR$/out/production/Insomnia/com/insomnia/GUI/RequestPanel.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/out/production/Insomnia/com/insomnia/parser/RequestLoader.class" beforeDir="false" afterPath="$PROJECT_DIR$/out/production/Insomnia/com/insomnia/parser/RequestLoader.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/com/insomnia/parser/RequestLoader.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/com/insomnia/parser/RequestLoader.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/com/insomnia/parser/ResponseData.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/com/insomnia/parser/ResponseData.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/com/insomnia/parser/Saver.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/com/insomnia/parser/Saver.java" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
......@@ -60,6 +69,10 @@
</component>
<component name="PropertiesComponent">
<property name="ASKED_ADD_EXTERNAL_FILES" value="true" />
<property name="GenerateAntBuildDialog.backupFiles" value="true" />
<property name="GenerateAntBuildDialog.enableUiFormCompile" value="true" />
<property name="GenerateAntBuildDialog.forceTargetJdk" value="true" />
<property name="GenerateAntBuildDialog.outputFileNameProperty" value="insomnia" />
<property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
<property name="SHARE_PROJECT_CONFIGURATION_FILES" value="true" />
<property name="WebServerToolWindowFactoryState" value="false" />
......@@ -85,7 +98,14 @@
<option name="Make" enabled="true" />
</method>
</configuration>
<configuration name="Insomnia (2)" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
<configuration name="Insomnia" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
<option name="MAIN_CLASS_NAME" value="Insomnia" />
<module name="Insomnia" />
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
<configuration name="Insomnia" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
<option name="MAIN_CLASS_NAME" value="com.insomnia.parser.Insomnia" />
<module name="Insomnia" />
<extension name="coverage">
......@@ -98,13 +118,6 @@
<option name="Make" enabled="true" />
</method>
</configuration>
<configuration name="Insomnia" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
<option name="MAIN_CLASS_NAME" value="Insomnia" />
<module name="Insomnia" />
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
<configuration name="Run" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
<option name="MAIN_CLASS_NAME" value="Run" />
<module name="Insomnia" />
......@@ -115,7 +128,7 @@
<recent_temporary>
<list>
<item itemvalue="Application.Insomnia (1)" />
<item itemvalue="Application.Insomnia (2)" />
<item itemvalue="Application.Insomnia" />
<item itemvalue="Application.Insomnia" />
<item itemvalue="Application.Run" />
</list>
......@@ -160,6 +173,21 @@
<workItem from="1591474740815" duration="314000" />
<workItem from="1591548369519" duration="6526000" />
<workItem from="1591614811869" duration="23168000" />
<workItem from="1591741491648" duration="159000" />
<workItem from="1592237567537" duration="5674000" />
<workItem from="1592303309986" duration="546000" />
<workItem from="1595797863945" duration="2554000" />
<workItem from="1595806907025" duration="336000" />
<workItem from="1595817771379" duration="5079000" />
<workItem from="1595852878938" duration="4320000" />
<workItem from="1595868252579" duration="19465000" />
<workItem from="1595924977607" duration="2562000" />
<workItem from="1595934913490" duration="1097000" />
<workItem from="1595936669190" duration="8906000" />
<workItem from="1596026192981" duration="658000" />
<workItem from="1596215220532" duration="637000" />
<workItem from="1596372145199" duration="661000" />
<workItem from="1596382052900" duration="1250000" />
</task>
<servers />
</component>
......@@ -170,6 +198,10 @@
<option name="ADD_EXTERNAL_FILES_SILENTLY" value="true" />
</component>
<component name="WindowStateProjectService">
<state x="223" y="68" key="#com.intellij.execution.impl.EditConfigurationsDialog" timestamp="1595888177606">
<screen x="0" y="0" width="1536" height="824" />
</state>
<state x="223" y="68" key="#com.intellij.execution.impl.EditConfigurationsDialog/0.0.1536.824@0.0.1536.824" timestamp="1595888177606" />
<state x="518" y="216" key="#com.intellij.fileTypes.FileTypeChooser" timestamp="1591133961860">
<screen x="0" y="0" width="1536" height="824" />
</state>
......@@ -178,10 +210,14 @@
<screen x="0" y="0" width="1536" height="824" />
</state>
<state x="472" y="159" key="#com.intellij.ide.util.MemberChooser/0.0.1536.824@0.0.1536.824" timestamp="1591640326733" />
<state x="499" y="197" key="#com.intellij.ide.util.TreeClassChooserDialog" timestamp="1590961999762">
<state x="499" y="197" key="#com.intellij.ide.util.TreeClassChooserDialog" timestamp="1595888465902">
<screen x="0" y="0" width="1536" height="824" />
</state>
<state x="499" y="197" key="#com.intellij.ide.util.TreeClassChooserDialog/0.0.1536.824@0.0.1536.824" timestamp="1590961999762" />
<state x="499" y="197" key="#com.intellij.ide.util.TreeClassChooserDialog/0.0.1536.824@0.0.1536.824" timestamp="1595888465902" />
<state x="566" y="298" width="403" height="237" key="#com.intellij.refactoring.move.moveClassesOrPackages.MoveClassesOrPackagesDialog.classes" timestamp="1595876594792">
<screen x="0" y="0" width="1536" height="824" />
</state>
<state x="566" y="298" width="403" height="237" key="#com.intellij.refactoring.move.moveClassesOrPackages.MoveClassesOrPackagesDialog.classes/0.0.1536.824@0.0.1536.824" timestamp="1595876594792" />
<state x="499" y="160" key="#com.intellij.refactoring.safeDelete.UnsafeUsagesDialog" timestamp="1590603376669">
<screen x="0" y="0" width="1536" height="824" />
</state>
......@@ -190,49 +226,60 @@
<screen x="0" y="0" width="1536" height="824" />
</state>
<state x="369" y="145" key="ANALYSIS_DLG_com.intellij.analysis.BaseAnalysisAction$1/0.0.1536.824@0.0.1536.824" timestamp="1591643836542" />
<state x="402" y="167" key="FileChooserDialogImpl" timestamp="1591643834959">
<state x="402" y="167" key="FileChooserDialogImpl" timestamp="1595887740543">
<screen x="0" y="0" width="1536" height="824" />
</state>
<state x="402" y="167" key="FileChooserDialogImpl/0.0.1536.824@0.0.1536.824" timestamp="1591643834959" />
<state width="1493" height="154" key="GridCell.Tab.0.bottom" timestamp="1591643837235">
<state x="402" y="167" key="FileChooserDialogImpl/0.0.1536.824@0.0.1536.824" timestamp="1595887740543" />
<state width="1290" height="2" key="GridCell.Tab.0.bottom" timestamp="1595950785963">
<screen x="0" y="0" width="1536" height="824" />
</state>
<state width="1493" height="154" key="GridCell.Tab.0.bottom/0.0.1536.824@0.0.1536.824" timestamp="1591643837235" />
<state width="1493" height="154" key="GridCell.Tab.0.center" timestamp="1591643837234">
<state width="1290" height="2" key="GridCell.Tab.0.bottom/0.0.1536.824@0.0.1536.824" timestamp="1595950785963" />
<state width="1290" height="2" key="GridCell.Tab.0.center" timestamp="1595950785963">
<screen x="0" y="0" width="1536" height="824" />
</state>
<state width="1493" height="154" key="GridCell.Tab.0.center/0.0.1536.824@0.0.1536.824" timestamp="1591643837234" />
<state width="1493" height="154" key="GridCell.Tab.0.left" timestamp="1591643837233">
<state width="1290" height="2" key="GridCell.Tab.0.center/0.0.1536.824@0.0.1536.824" timestamp="1595950785963" />
<state width="1290" height="2" key="GridCell.Tab.0.left" timestamp="1595950785963">
<screen x="0" y="0" width="1536" height="824" />
</state>
<state width="1493" height="154" key="GridCell.Tab.0.left/0.0.1536.824@0.0.1536.824" timestamp="1591643837233" />
<state width="1493" height="154" key="GridCell.Tab.0.right" timestamp="1591643837235">
<state width="1290" height="2" key="GridCell.Tab.0.left/0.0.1536.824@0.0.1536.824" timestamp="1595950785963" />
<state width="1290" height="2" key="GridCell.Tab.0.right" timestamp="1595950785963">
<screen x="0" y="0" width="1536" height="824" />
</state>
<state width="1493" height="154" key="GridCell.Tab.0.right/0.0.1536.824@0.0.1536.824" timestamp="1591643837235" />
<state x="249" y="0" key="SettingsEditor" timestamp="1590962002174">
<state width="1290" height="2" key="GridCell.Tab.0.right/0.0.1536.824@0.0.1536.824" timestamp="1595950785963" />
<state x="249" y="0" key="SettingsEditor" timestamp="1595888545217">
<screen x="0" y="0" width="1536" height="824" />
</state>
<state x="249" y="0" key="SettingsEditor/0.0.1536.824@0.0.1536.824" timestamp="1590962002174" />
<state x="425" y="237" key="com.intellij.ide.util.TipDialog" timestamp="1591614884627">
<state x="249" y="0" key="SettingsEditor/0.0.1536.824@0.0.1536.824" timestamp="1595888545217" />
<state x="425" y="237" key="com.intellij.ide.util.TipDialog" timestamp="1596382757514">
<screen x="0" y="0" width="1536" height="824" />
</state>
<state x="425" y="237" key="com.intellij.ide.util.TipDialog/0.0.1536.824@0.0.1536.824" timestamp="1591614884627" />
<state x="425" y="237" key="com.intellij.ide.util.TipDialog/0.0.1536.824@0.0.1536.824" timestamp="1596382757514" />
<state x="499" y="179" key="extract.method.dialog" timestamp="1590145349556">
<screen x="0" y="0" width="1536" height="824" />
</state>
<state x="499" y="179" key="extract.method.dialog/0.0.1536.824@0.0.1536.824" timestamp="1590145349556" />
<state x="209" y="33" key="new project wizard" timestamp="1590495277464">
<state x="209" y="33" key="new project wizard" timestamp="1596026829076">
<screen x="0" y="0" width="1536" height="824" />
</state>
<state x="209" y="33" key="new project wizard/0.0.1536.824@0.0.1536.824" timestamp="1590495277464" />
<state x="209" y="33" key="new project wizard/0.0.1536.824@0.0.1536.824" timestamp="1596026829076" />
<state x="163" y="189" key="run.anything.popup" timestamp="1591133239834">
<screen x="0" y="0" width="1536" height="824" />
</state>
<state x="163" y="189" key="run.anything.popup/0.0.1536.824@0.0.1536.824" timestamp="1591133239834" />
<state x="46" y="145" width="672" height="678" key="search.everywhere.popup" timestamp="1590952691529">
<state x="46" y="145" width="672" height="678" key="search.everywhere.popup" timestamp="1595830723292">
<screen x="0" y="0" width="1536" height="824" />
</state>
<state x="46" y="145" width="672" height="678" key="search.everywhere.popup/0.0.1536.824@0.0.1536.824" timestamp="1590952691529" />
<state x="46" y="145" width="672" height="678" key="search.everywhere.popup/0.0.1536.824@0.0.1536.824" timestamp="1595830723292" />
</component>
<component name="XDebuggerManager">
<breakpoint-manager>
<breakpoints>
<line-breakpoint enabled="true" type="java-line">
<url>file://$PROJECT_DIR$/src/com/insomnia/GUI/Insomnia.java</url>
<line>4</line>
<option name="timeStamp" value="1" />
</line-breakpoint>
</breakpoints>
</breakpoint-manager>
</component>
</project>
\ No newline at end of file
Manifest-Version: 1.0
Main-Class: com.insomnia.parser.Insomnia
......@@ -73,7 +73,7 @@ public class RequestLoader {
}
}
if (data.isJson()){
content_type = "application/json; charset=UTF-8";
content_type = "application/json";
}
con.setRequestProperty("Connection", "Keep-Alive");
con.setRequestProperty("Cache-Control", "no-cache");
......
Manifest-Version: 1.0
Main-Class: com.insomnia.parser.Insomnia
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment