Package burp.api.montoya.ui.editor.extension
package burp.api.montoya.ui.editor.extension
-
ClassDescriptionThis interface is used by an
ExtensionHttpRequestEditororExtensionHttpResponseEditorto obtain details about the currently displayed message.An enum to describe the different modes of Burp Suites message editor.Provides the shared behaviour between the different extension provided editor types.Extensions that register anHttpRequestEditorProvidermust return an instance of this interface.
Burp will then use that instance to create custom tabs within its HTTP request editor.Extensions that register anHttpResponseEditorProvidermust return an instance of this interface.
Burp will then use that instance to create custom tabs within its HTTP response editor.Extensions can register an instance of this interface to provide custom HTTP request editors within Burp's user interface.Extensions can register an instance of this interface to provide custom HTTP response editors within Burp's user interface.