Package burp.api.montoya.ui.editor.extension
package burp.api.montoya.ui.editor.extension
-
ClassDescriptionThis interface is used by an
ExtensionHttpRequestEditor
orExtensionHttpResponseEditor
to 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 anHttpRequestEditorProvider
must return an instance of this interface.
Burp will then use that instance to create custom tabs within its HTTP request editor.Extensions that register anHttpResponseEditorProvider
must return an instance of this interface.
Burp will then use that instance to create custom tabs within its HTTP response editor.Extensions that register anWebSocketMessageEditorProvider
must return an instance of this interface.
Burp will then use that instance to create custom tabs within its Web Socket message 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.Extensions can register an instance of this interface to provide custom Web Socket message editors within Burp's user interface.