Package burp.api.montoya.collaborator
Interface HttpDetails
public interface HttpDetails
Provides information about an HTTP interaction detected by
Burp Collaborator.
-
Method Summary
-
Method Details
-
protocol
-
requestResponse
HttpRequestResponse requestResponse()HTTP request and response.- Returns:
- The HTTP request sent to the Collaborator server and the server's response.
-