Interface ParsedHttpParameter

  • All Superinterfaces:
    HttpParameter

    public interface ParsedHttpParameter
    extends HttpParameter
    This interface is used to hold additional details about an HTTP request parameter that has been parsed by Burp.
    • Method Detail

      • nameOffsets

        Range nameOffsets()
        This method is used to retrieve the offsets of the parameter name within the HTTP request.
        Returns:
        The parameter name offsets.
      • valueOffsets

        Range valueOffsets()
        This method is used to retrieve the offsets of the parameter value within the HTTP request.
        Returns:
        The parameter value offsets.