The HTTP Read-Eval-Print Loop (REPL) is a lightweight, cross-platform command-line tool that's supported everywhere .NET Core is supported and is used for making HTTP requests to test ASP.NET Core web APIs and view their results.
MIT License
700
stars
69
forks
source link
add query-param and clear query-param command #614
This pr is a rework of 611 to split up the logic for adding to query-param and clearing query-param as well as messaging to alert the user if a value is not mapped to a key as add query-param now requires keys and values to be set up in pairs.
This pr is a rework of 611 to split up the logic for adding to query-param and clearing query-param as well as messaging to alert the user if a value is not mapped to a key as add query-param now requires keys and values to be set up in pairs.