forked from zaproxy/zaproxy
-
Notifications
You must be signed in to change notification settings - Fork 2
ApiGen_break
psiinon edited this page Apr 18, 2017
·
7 revisions
Name | Type | Parameters | Description |
---|---|---|---|
httpMessage | view | Returns the HTTP message currently intercepted (if any) | |
isBreakAll | view | Returns True if ZAP will break on both requests and responses | |
isBreakRequest | view | Returns True if ZAP will break on requests | |
isBreakResponse | view | Returns True if ZAP will break on responses | |
httpMessage | other | ||
isBreakAll | other | ||
isBreakRequest | other | ||
isBreakResponse | other |
Starred parameters are mandatory
Back to index