Interface ExtensionHttpResponseEditorProvider
-
public interface ExtensionHttpResponseEditorProviderExtensions can register an instance of this interface to provide custom HTTP response editors within Burp's user interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExtensionHttpResponseEditorprovideHttpResponseEditor(HttpRequestResponse httpRequestResponse, EditorMode editorMode)This method is invoked by Burp when a new HTTP response editor is created.
-
-
-
Method Detail
-
provideHttpResponseEditor
ExtensionHttpResponseEditor provideHttpResponseEditor(HttpRequestResponse httpRequestResponse, EditorMode editorMode)
This method is invoked by Burp when a new HTTP response editor is created.- Parameters:
httpRequestResponse- The instance ofHttpRequestResponseto be set in the editor.editorMode- What mode the created editor should implement.- Returns:
- An instance of
ExtensionHttpResponseEditor
-
-