Interface HttpDetails


public interface HttpDetails
Provides information about an HTTP interaction detected by Burp Collaborator.
  • Method Details

    • protocol

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

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