You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments