Interface Organizer


public interface Organizer
Provides access to the functionality of the Organizer tool.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method can be used to send an HTTP request and response to the Burp Organizer tool.
    void
    This method can be used to send an HTTP request to the Burp Organizer tool.
  • Method Details

    • sendToOrganizer

      void sendToOrganizer(HttpRequest request)
      This method can be used to send an HTTP request to the Burp Organizer tool.
      Parameters:
      request - The full HTTP request.
    • sendToOrganizer

      void sendToOrganizer(HttpRequestResponse requestResponse)
      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.