Releases: Barraza44/WebClient
Version 0.2.0
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
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 🤠.