Module brk

Source

Functionsยง

add_http_breakpoint
Adds a custom HTTP breakpont. The string is the string to match. Location may be one of: url, request_header, request_body, response_header or response_body. Match may be: contains or regex. Inverse (match) may be true or false. Lastly, ignorecase (when matching the string) may be true or false.
brk
Controls the global break functionality. The type may be one of: http-all, http-request or http-response. The state may be true (for turning break on for the specified type) or false (for turning break off). Scope is not currently used.
cont
Submits the currently intercepted message and unsets the global request/response break points
drop
Drops the currently intercepted message
http_message
Returns the HTTP message currently intercepted (if any)
is_break_all
This file was automatically generated. Returns True if ZAP will break on both requests and responses
is_break_request
Returns True if ZAP will break on requests
is_break_response
Returns True if ZAP will break on responses
remove_http_breakpoint
Removes the specified break point
set_http_message
Overwrites the currently intercepted message with the data provided
step
Submits the currently intercepted message, the next request or response will automatically be intercepted