dotnet / HttpRepl

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

Allow setting headers on startup #624

Open loldot opened 1 year ago

loldot commented 1 year ago

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)"