Package burp.api.montoya.sitemap
Interface SiteMapNode
public interface SiteMapNode
This interface is used to represent items in the Burp's site map.
-
Method Summary
Modifier and TypeMethodDescriptionissues()
Retrieve the list ofAuditIssue
associated with the site map's node.Retrieve theHttpRequestResponse
associated with the site map's node.url()
Retrieve the URL associated with the site map's node.
-
Method Details
-
url
-
requestResponse
HttpRequestResponse requestResponse()Retrieve theHttpRequestResponse
associated with the site map's node.- Returns:
- The
HttpRequestResponse
for the node.
-
issues
List<AuditIssue> issues()Retrieve the list ofAuditIssue
associated with the site map's node.- Returns:
- A List containing any audit issues for the node.
-