mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-08 09:19:41 +08:00
fix #330: display response headers in report
This commit is contained in:
@@ -279,7 +279,7 @@
|
|||||||
<th>{{key}}</th>
|
<th>{{key}}</th>
|
||||||
<td>
|
<td>
|
||||||
{% if key == "headers" %}
|
{% if key == "headers" %}
|
||||||
{% for header_key, header_value in record.meta_data.request.headers.items() %}
|
{% for header_key, header_value in record.meta_data.response.headers.items() %}
|
||||||
<div>
|
<div>
|
||||||
<strong>{{ header_key }}</strong>: {{ header_value }}
|
<strong>{{ header_key }}</strong>: {{ header_value }}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user