Skip to content

Releases: Barraza44/WebClient

Version 0.2.0

10 Dec 22:23

Choose a tag to compare

Version 0.2.0 Pre-release
Pre-release

This is version 0.2.0 of this WebClient app. It adds the --Form and --Json flags which set the appropiate Content-Type for request bodies. Now the --Body flag does not depend on a specific capitalization of the HTTP methods' names. Inner exception messages are shown as well. Finally, now it supports adding custom headers with the --Headers flag.

Instalation instructions remain unchanged: To install it just download the zip file corresponding to your OS and architecture, then, open the extracted folder in your terminal and use it from there. For added convenience you can add the folder to the PATH environment variable. This app requires the .NET 5.0 runtime to work.

Initial release

12 Nov 06:41

Choose a tag to compare

Initial release Pre-release
Pre-release

This is version 0.1.0 of this WebClient app. This app requires the .NET 5.0 runtime to work.
To install it just download the zip file corresponding to your OS and architecture, then, open the extracted folder in your terminal and use it from there. For added convenience you can add the folder to the PATH environment variable 🤠.