HTTP

Download 13
Last updated Feb 20, 2026

Releases

|
1.0.2602.1

Bug Fix

  • Skip hostname verification when SSL certificate validation is disabled

Feb 20, 2026, 6:05:40 PM

1.0.2602.0

Key Features

  • Secure credential management via connect profiles (no credentials exposed in queries)
  • Auth types: Bearer, Basic, custom header, None
  • All HTTP methods including PATCH, HEAD, OPTIONS
  • brex/erex multiline streaming for large responses
  • Auto body assembly in batch commands

Query Commands (12)

Driver commands (7):

  • http-get - Send HTTP GET request.
  • http-post - Send HTTP POST request.
  • http-put - Send HTTP PUT request.
  • http-patch - Send HTTP PATCH request.
  • http-delete - Send HTTP DELETE request.
  • http-head - Send HTTP HEAD request.
  • http-options - Send HTTP OPTIONS request.

Batch commands (5):

  • http-get-batch - Send HTTP GET requests for each input row.
  • http-post-batch - Send HTTP POST requests for each input row.
  • http-put-batch - Send HTTP PUT requests for each input row.
  • http-patch-batch - Send HTTP PATCH requests for each input row.
  • http-delete-batch - Send HTTP DELETE requests for each input row.

Feb 18, 2026, 4:48:03 PM