PreviousNext

HttpRepl: A command-line tool for interacting with RESTful HTTP services

by bill-s, 2019-08-06T02:08:20.875Z

The ASP.NET team has built a command-line tool called HttpRepl. It lets you browse and invoke HTTP services in a similar way to working with files and folders. You give it a starting point (a base URL) and then you can execute commands like “dir” and “cd” to navigate your way around the API:

Read More