Package burp.api.montoya.ui.editor
Interface HttpRequestEditor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HttpRequestgetRequest()voidsetRequest(HttpRequest request)This method is used to display the contents of an HTTP request in the editor.-
Methods inherited from interface burp.api.montoya.ui.editor.Editor
caretPosition, isModified, selection, setSearchExpression, uiComponent
-
-
-
-
Method Detail
-
getRequest
HttpRequest getRequest()
- Returns:
- an instance of
HttpRequestderived from the contents of the editor.
-
setRequest
void setRequest(HttpRequest request)
This method is used to display the contents of an HTTP request in the editor.- Parameters:
request- The HTTP request to be set.
-
-