{% extends "base.html" %} {% block content %}
| Time | Method | Path | Size |
|---|---|---|---|
| {{ req.timestamp | timestamp_format if req.timestamp }} | {{ req.method }} |
{{ req.path }}
{% if req.query_string %}
?{{ req.query_string }}
{% endif %}
{% if req.session_token %}
session: {{ req.session_token }}
{% endif %}
|
{{ req.content_length }} bytes |
No requests received yet
Requests will appear here as the test agent receives them