HTTP REPL for a WEB API Controller with .NET 6!

The animated gif demonstrates an ASP.NET Core Web API running on .NET 6. The API creates, reads, updates, and deletes pizzas (in-memory cache). .NET HTTP Read-Eval-Print Loop (REPL) command-line tool makes HTTP requests to the API.

Add a pizza

Check out the Tutorial: Create a web API with ASP.NET Core Controllers for more info on how to use HTTP REPL to make requests to an API.