Package burp.api.montoya.organizer
Interface Organizer
public interface Organizer
Provides access to the functionality of the Organizer tool.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
sendToOrganizer
(HttpRequestResponse requestResponse) This method can be used to send an HTTP request and response to the Burp Organizer tool.void
sendToOrganizer
(HttpRequest request) This method can be used to send an HTTP request to the Burp Organizer tool.
-
Method Details
-
sendToOrganizer
This method can be used to send an HTTP request to the Burp Organizer tool.- Parameters:
request
- The full HTTP request.
-
sendToOrganizer
This method can be used to send an HTTP request and response to the Burp Organizer tool.- Parameters:
requestResponse
- The full HTTP request and response.
-