Interface ExtensionHttpResponseEditor
-
- All Superinterfaces:
ExtensionHttpMessageEditor
public interface ExtensionHttpResponseEditor extends ExtensionHttpMessageEditor
Extensions that register anExtensionHttpResponseEditorProvidermust return an instance of this interface. Burp will then use that instance to create custom tabs within its HTTP response editor.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HttpResponsegetHttpResponse()-
Methods inherited from interface burp.api.montoya.ui.editor.extension.ExtensionHttpMessageEditor
caption, isEnabledFor, isModified, selectedData, setHttpRequestResponse, uiComponent
-
-
-
-
Method Detail
-
getHttpResponse
HttpResponse getHttpResponse()
- Returns:
- An instance of
HttpResponsederived from the content of the HTTP response editor.
-
-