Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 935 Bytes

CHANGELOG.md

File metadata and controls

18 lines (14 loc) · 935 Bytes

Changelog

v2024.12

  • Added ability to set custom server name indicator using RequestOptions.
  • Added ability to set custom response timeout using RequestOptions.

v2024.11

  • Added requestResponse and issues methods to SiteMapNode.

v2024.7

  • Added JSON parsing / manipulation support with JsonUtils and JsonNode.
  • Added ability to control redirection behavior when issuing HTTP requests using RedirectionMode and RequestOptions.
  • Added utility methods to HttpRequest and HttpResponse which add, update or remove multiple headers.
  • Added EditorOptions.SHOW_NON_PRINTABLE_CHARACTERS and EditorOptions.WRAP_LINES which can be applied when creating RawEditors.
  • Added method to Intruder which enables sending of HTTP requests with an associated tab name.
  • Added Project which allows retrieval of the current project name.
  • Added method to Proxy to determine the current interception state.