Package v1.sulphurapi.handlers.http
Class RequestHandler
java.lang.Object
v1.sulphurapi.handlers.http.RequestHandler
- All Implemented Interfaces:
Runnable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionburp.api.montoya.http.message.HttpRequestResponse
void
run()
This method is used to send an HTTP request to the specified URL with the given method, body, and headers.
-
Constructor Details
-
RequestHandler
-
-
Method Details
-
run
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 interfaceRunnable
- Throws:
IllegalArgumentException
-
getRequestResponse
public burp.api.montoya.http.message.HttpRequestResponse getRequestResponse()
-