Initial Headers component

This commit is contained in:
Liyas Thomas
2020-06-23 15:29:01 +05:30
parent cfe2ce758b
commit efb1296ff2
4 changed files with 30 additions and 16 deletions

View File

@@ -940,12 +940,6 @@
<div v-if="response.body && response.body !== $t('loading')">
<response-renderer :response="response" />
</div>
<ul v-for="(value, key) in response.headers" :key="key" class="response-headers">
<li>
<label :for="key">{{ key }}</label>
<input :id="key" :value="value" :name="key" readonly />
</li>
</ul>
</pw-section>
</div>