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.
One tiny request would be to allow setting header when starting the application for the simple reason that I like to have another command line tool for creating jwt tokens etc. I.E.
This tool is awesome! 👍
One tiny request would be to allow setting header when starting the application for the simple reason that I like to have another command line tool for creating jwt tokens etc. I.E.
httprepl https://service.example.com --header "Authorization: Bearer $(devtool token)"