Interface HttpResponseEditorProvider
public interface HttpResponseEditorProvider
Extensions can register an instance of this interface to provide custom HTTP response editors within Burp's user interface.
-
Method Summary
Modifier and TypeMethodDescriptionprovideHttpResponseEditor
(EditorCreationContext creationContext) Invoked by Burp when a new HTTP response editor is required from the extension.
-
Method Details
-
provideHttpResponseEditor
ExtensionProvidedHttpResponseEditor provideHttpResponseEditor(EditorCreationContext creationContext) Invoked by Burp when a new HTTP response editor is required from the extension.- Parameters:
creationContext
- details about the context that is requiring a response editor- Returns:
- An instance of
ExtensionProvidedHttpResponseEditor
-