Interface HttpEditor


public interface HttpEditor
Provides access to the editable HTTP message components in Repeater.
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves the editor pane for modifying the HTTP request.
    Retrieves the editor pane for modifying the HTTP response.
  • Method Details

    • requestPane

      EditorPane requestPane()
      Retrieves the editor pane for modifying the HTTP request.
      Returns:
      An EditorPane instance for editing the request.
    • responsePane

      EditorPane responsePane()
      Retrieves the editor pane for modifying the HTTP response.
      Returns:
      An EditorPane instance for editing the response.