Package burp.api.montoya.proxy.http
package burp.api.montoya.proxy.http
-
InterfacesClassDescriptionHTTP message intercepted by Burp Proxy.HTTP request intercepted by Burp Proxy.HTTP response intercepted by Burp Proxy.Extensions can implement this interface and then call
Proxy.registerRequestHandler(ProxyRequestHandler)to register a Proxy request handler.Extensions can implement this interface when returning a result fromProxyRequestHandler.handleRequestReceived(InterceptedRequest).Extensions can implement this interface when returning a result fromProxyRequestHandler.handleRequestToBeSent(InterceptedRequest).Extensions can implement this interface and then callProxy.registerResponseHandler(ProxyResponseHandler)to register a Proxy response handler.Extensions can implement this interface when returning a result fromProxyResponseHandler.handleResponseReceived(InterceptedResponse).Extensions can implement this interface when returning a result fromProxyResponseHandler.handleResponseToBeSent(InterceptedResponse).