Interface SiteMapNode


public interface SiteMapNode
This interface is used to represent items in the Burp's site map.
  • Method Details

    • url

      String url()
      Retrieve the URL associated with the site map's node.
      Returns:
      The URL of the node.
    • requestResponse

      HttpRequestResponse requestResponse()
      Retrieve the HttpRequestResponse associated with the site map's node.
      Returns:
      The HttpRequestResponse for the node.
    • issues

      List<AuditIssue> issues()
      Retrieve the list of AuditIssue associated with the site map's node.
      Returns:
      A List containing any audit issues for the node.