Class RequestHandler

java.lang.Object
v1.sulphurapi.handlers.http.RequestHandler
All Implemented Interfaces:
Runnable

public class RequestHandler extends Object implements Runnable
  • Constructor Details

  • Method Details

    • run

      public void run() throws IllegalArgumentException
      This method is used to send an HTTP request to the specified URL with the given method, body, and headers. It locks the operation to ensure thread safety.
      Specified by:
      run in interface Runnable
      Throws:
      IllegalArgumentException
    • getRequestResponse

      public burp.api.montoya.http.message.HttpRequestResponse getRequestResponse()