Package burp.api.montoya.http.handler
package burp.api.montoya.http.handler
-
ClassDescriptionExtensions can implement this interface and then call
Http.registerHttpHandler(burp.api.montoya.http.handler.HttpHandler)
to register an HTTP handler.BurpHttpResponse
with additional methods to retrieve initiatingHttpRequest
as well as theAnnotations
andToolSource
of the request.Action to be taken when intercepting HTTP requests.An instance of this interface should be returned byHttpHandler.handleHttpRequestToBeSent(burp.api.montoya.http.handler.HttpRequestToBeSent)
if a customHttpHandler
has been registered with Burp.Action to be taken when intercepting HTTP responses.An instance of this interface should be returned byHttpHandler.handleHttpResponseReceived(burp.api.montoya.http.handler.HttpResponseReceived)
if a customHttpHandler
has been registered with Burp.Timing data