Interface HttpResponseEditor

  • All Superinterfaces:
    Editor

    public interface HttpResponseEditor
    extends Editor
    This interface provides extensions with an instance of Burp Suites HTTP response editor to use in their own user interface.
    • Method Detail

      • setResponse

        void setResponse​(HttpResponse response)
        This method is used to display the contents of an HTTP response in the editor.
        Parameters:
        response - The HTTP response to be set.