HttpRepl icon indicating copy to clipboard operation
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...

Results 59 HttpRepl issues
Sort by recently updated
recently updated
newest added

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...

Hi, First, thanks for this tool, it's useful for testing APIs. What I would like is a feature to execute what I here call a use-case. Lets take OAuth2 as...

triage

Applicability of this tool would be so much higher if it supported listing and specifying query parameters.

enhancement
backlog
triage

`editor.command.default` is set to vscode and `editor.command.default.arguments` is set to `--wait`. If I do a `post` from vscode Terminal, it shows this error while waiting for the .json file to...

When executing a POST command that returns an object, the JSON displayed in the terminal/console is the deserialized object converted to string and not the RAW Json string received. You...

I'm following the MS Docs [guide](https://docs.microsoft.com/en-us/aspnet/core/web-api/http-repl/?view=aspnetcore-6.0&tabs=windows) for httprepl. Here is my session with the tool ``` (Disconnected)> connect https://localhost:7063/ Using a base address of https://localhost:7063/ Unable to find an OpenAPI...

I get the following error when running below command on my command prompt or visual studio terminal. Please help dotnet tool install -g Microsoft.dotnet-httprepl error NU1101: Unable to find package...

Hello I am following the tutorial located here: https://docs.microsoft.com/en-us/learn/modules/build-web-api-aspnet-core/3-exercise-create-web-api And one of the steps is to install Microsoft.dotnet-httprepl https://nuget.info/packages/Microsoft.dotnet-httprepl/6.0.0 However I get the following message: Severity Code Description Project File...

curl has a `-k` command line switch that tells it to ignore untrusted certs. I don't care what shape it takes (command line switch, preference, whatever) but we really need...