Interface HttpDetails


  • public interface HttpDetails
    This interface provides information about an HTTP interaction detected by Burp Collaborator.
    • Method Detail

      • protocol

        HttpProtocol protocol()
        Returns the HTTP protocol.
        Returns:
        The HTTP protocol used by the interaction.
      • requestResponse

        HttpRequestResponse requestResponse()
        Returns the HTTP request and response.
        Returns:
        The HTTP request sent to the Collaborator server and the server's response.