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.BurpHttpResponsewith additional methods to retrieve initiatingHttpRequestas well as theAnnotationsandToolSourceof 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 customHttpHandlerhas 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 customHttpHandlerhas been registered with Burp.Timing data