Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import useBaseUrl from '@docusaurus/useBaseUrl';

<img src={useBaseUrl('/img/platform-services/automation-service/app-central/logos/http-tools.png')} alt="http-tools" width="80"/>

***Version: 1.4
Updated: June 12, 2024***
***Version: 1.5
Updated: January 09, 2024***

Set of scripts to perform simple HTTP requests.

Expand Down Expand Up @@ -41,8 +41,10 @@ Set of scripts to perform simple HTTP requests.
+ HTTP POST: (Added new field for From-Data to be send in the body of the Request)
* June 14, 2023 (v1.2) - Updated the integration with Environmental Variables
* September 25, 2023 (v1.3) - Updated Action: HTTP POST Action
* June 12, 2024 (v1.3) - New Actions:
* June 12, 2024 (v1.4) - New Actions:
+ HTTP DELETE
+ HTTP HEAD
+ HTTP PATCH
+ HTTP PUT
* January 09, 2024 (v1.5) - Updated Action:
* HTTP POST Action - Fix the issue with the "output.raw JSON" field.
Loading