Package v1.sulphurapi.handlers.http
Class HTTPHandler
java.lang.Object
v1.sulphurapi.handlers.http.HTTPHandler
- All Implemented Interfaces:
burp.api.montoya.http.handler.HttpHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionburp.api.montoya.http.handler.RequestToBeSentAction
handleHttpRequestToBeSent
(burp.api.montoya.http.handler.HttpRequestToBeSent httpRequestToBeSent) burp.api.montoya.http.handler.ResponseReceivedAction
handleHttpResponseReceived
(burp.api.montoya.http.handler.HttpResponseReceived httpResponseReceived)
-
Constructor Details
-
HTTPHandler
-
-
Method Details
-
handleHttpRequestToBeSent
public burp.api.montoya.http.handler.RequestToBeSentAction handleHttpRequestToBeSent(burp.api.montoya.http.handler.HttpRequestToBeSent httpRequestToBeSent) - Specified by:
handleHttpRequestToBeSent
in interfaceburp.api.montoya.http.handler.HttpHandler
-
handleHttpResponseReceived
public burp.api.montoya.http.handler.ResponseReceivedAction handleHttpResponseReceived(burp.api.montoya.http.handler.HttpResponseReceived httpResponseReceived) - Specified by:
handleHttpResponseReceived
in interfaceburp.api.montoya.http.handler.HttpHandler
-