Package burp.api.montoya.http.sessions
Interface SessionHandlingActionData
public interface SessionHandlingActionData
Information required for session handling.
-
Method Summary
Modifier and TypeMethodDescriptionIf the action is invoked following execution of a macro, this method contains the result of executing the macro.request()
-
Method Details
-
request
HttpRequest request()- Returns:
- The base request that is currently being processed.
-
macroRequestResponses
List<HttpRequestResponse> macroRequestResponses()If the action is invoked following execution of a macro, this method contains the result of executing the macro. Otherwise, it is an empty list. Actions can use the details of the macro items to perform custom analysis of the macro to derive values of non-standard session handling tokens, etc.- Returns:
- List of
HttpRequestResponse
generated during the execution of the macro.
-
annotations
Annotations annotations()- Returns:
- The message annotation on the request.
-