public interface IHttpRequestResponseWithMarkers extends IHttpRequestResponse
IHttpRequestResponse
object that has had markers applied.
Extensions can create instances of this interface using
IBurpExtenderCallbacks.applyMarkers()
, or provide their own
implementation. Markers are used in various situations, such as specifying
Intruder payload positions, Scanner insertion points, and highlights in
Scanner issues.Modifier and Type | Method and Description |
---|---|
java.util.List<int[]> |
getRequestMarkers()
This method returns the details of the request markers.
|
java.util.List<int[]> |
getResponseMarkers()
This method returns the details of the response markers.
|
getComment, getHighlight, getHttpService, getRequest, getResponse, setComment, setHighlight, setHttpService, setRequest, setResponse
java.util.List<int[]> getRequestMarkers()
null
if no request markers are defined.java.util.List<int[]> getResponseMarkers()
null
if no response markers are defined.