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