Skip to content

Releases: Dyalog/HttpCommand

v5.8.0

24 Aug 16:23
Compare
Choose a tag to compare

Adds support for "chunked" transfer-encoding

  • New request-related setting "ChunkSize" allows you to specify the size of the chunk you wish to send
  • Your payload is sent to the host in ChunkSize-sized chunks

v5.7.0

20 May 13:54
Compare
Choose a tag to compare
  • Adds HeaderSubstitution setting

v.5.6.0

03 Apr 18:24
b8629e8
Compare
Choose a tag to compare

Highlights

  • Add support for environment variables in header names and values
  • Add "Secret" setting to prevent credentials from being displayed by HttpCommand.Show
  • Add support for content type multipart/form-data

What's Changed

Full Changelog: v5.4.6...v5.6.0

v5.4.6

28 Feb 13:59
e22ed7a
Compare
Choose a tag to compare

Updates the year in HttpCommand.Version - this is the only change (no functional changes were made)

What's Changed

Full Changelog: v5.4.5...v5.4.6

v5.4.5

27 Feb 03:38
0658952
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.4.4...v5.4.5

v5.4.4

31 Oct 18:04
2659ea8
Compare
Choose a tag to compare

What's Changed

  • 39 dont attempt to parse payload on a head command or empty payload by @bpbecker in #40

Full Changelog: v5.4.3...v5.4.4

v5.4.3

14 Oct 20:13
Compare
Choose a tag to compare

Full Changelog: v5.4.2...v5.4.3

v5.4.2

27 Sep 17:23
ac2856a
Compare
Choose a tag to compare

Addresses issues #35 and #36 related to running HttpCommand on a Classic interpreter

v5.4.0

06 Sep 19:39
19ef4de
Compare
Choose a tag to compare
  • Adds function IsOK to result namespace

v5.3.6

31 Aug 14:51
Compare
Choose a tag to compare

Moves initialization of OutFile-related variables earlier in code so that Show won't VALUE ERROR on cleanup.

Full Changelog: v5.3.5...v.5.3.6