Package burp.api.montoya.collaborator
Interface HttpDetails
-
public interface HttpDetailsThis interface provides information about an HTTP interaction detected by Burp Collaborator.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HttpProtocolprotocol()Returns the HTTP protocol.HttpRequestResponserequestResponse()Returns the HTTP request and response.
-
-
-
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.
-
-