HttpRepl
HttpRepl copied to clipboard
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...
Right now, we require the user to issue the `help` command with a parameter, to get information on a particular command. So for instance: ```console help post ``` will output...
Right now we have two (used to be three until we got rid of `set swagger`) commands that start with `set`: ```console set base [baseUrl] set header [headerName] [headerValue] ```...
See this issue in the docs: https://github.com/aspnet/AspNetCore.Docs/issues/14356. It is not necessarily very intuitive that we need to use double quotes around the whole json string AND use double quotes within...
Colorization of XML responses isn't supported. As seen in the `BaseHttpCommand.FormatJsonAsync` method, JSON colorization is supported. I propose that the `BaseHttpCommand.FormatXmlAsync` method also support colorization in the same way. Along...
HttpRepl will always look for OpenApi documents. I often find this annoying , either because I know there is no openapi specification, or I want to test the first request...
This pull request updates the following dependencies [marker]: (Begin:7b4693b6-305d-427e-001a-08d8d6d1ec97) ## From https://github.com/dotnet/arcade - **Subscription**: [7b4693b6-305d-427e-001a-08d8d6d1ec97](https://maestro.dot.net/subscriptions?search=7b4693b6-305d-427e-001a-08d8d6d1ec97) - **Build**: [20260109.1](https://dev.azure.com/dnceng/internal/_build/results?buildId=2875534) ([296613](https://maestro.dot.net/channel/2/github:dotnet:arcade/build/296613)) - **Date Produced**: January 9, 2026 3:08:20 PM UTC - **Commit**:...
This pull request updates the following dependencies [marker]: (Begin:7b4693b6-305d-427e-001a-08d8d6d1ec97) ## From https://github.com/dotnet/arcade - **Subscription**: 7b4693b6-305d-427e-001a-08d8d6d1ec97 - **Build**: 20250130.7 - **Date Produced**: January 30, 2025 8:12:06 PM UTC - **Commit**: bbea86c614fcf4380c58c80eacd279a0b8305a79...
Need to enable TSA Bug Filing. Need to enable policheck as well.
Disable AzDO dependabot.