Skip to content

Commit a9ace3e

Browse files
committed
Add documentation for the View page event footer
1 parent fde8f6e commit a9ace3e

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed
2.38 KB
Loading

src/docs/reference/view-page.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,8 @@ For an HTTP exchange, there's a few cards that will be shown:
166166

167167
It's also possible to expand the request and response body cards, so they fill the entire pane. In this case, only that card will be shown.
168168

169+
Lastly, there's a footer shown at the button, offering quick access to various actions related to the selected event.
170+
169171
### The API Card
170172
_Only available with [HTTP Toolkit Pro](/get-pro/)_
171173

@@ -407,4 +409,20 @@ WebRTC traffic is shown in a selection of cards, including:
407409

408410
![An RTC media card](./rtc-media-card.png)
409411

412+
### The event details footer
413+
414+
![The event details footer](./event-details-footer.png)
415+
416+
Below all those cards, there is a footer. Like any button in HTTP Toolkit, you can hover over each icon here to get a description of what it does.
417+
418+
From left to right, the buttons shown above:
419+
420+
* Jump to the selected event in the left pane of the View page
421+
* Pin the event, so that it's marked in the list and is not deleted when the list is cleared (or unpin the event, if it's already pinned).
422+
* Delete this event, so it's removed entirely.
423+
* Create a mock rule from this event, initially matching the given request data and simply returning the same response directly (without forwarding the request) which you can then modify to easily change the behaviour of similar future requests.
424+
* Resend the request, creating a new request on the Send page, ready to be resent to the server directly and/or modified to test different requests.
425+
426+
The buttons shown depend somewhat on the type of event, and these options may not all be available in all cases.
427+
410428
**Any questions? [Get in touch](/contact/)**

0 commit comments

Comments
 (0)