Interface HttpHandler


public interface HttpHandler
Extensions can implement this interface and then call Http.registerHttpHandler(burp.api.montoya.http.handler.HttpHandler) to register an HTTP handler. The handler will be notified of requests and responses made and received by any Burp tool. Extensions can perform custom analysis or modification of these messages by registering an HTTP handler.
  • Method Details