Skip to content
This repository was archived by the owner on Jan 21, 2026. It is now read-only.

Releases: dotnet/HttpRepl

v3.0.0-preview.19459.2

10 Sep 20:16
d14c972

Choose a tag to compare

Pre-release

Updated preview release.

In this release, we changed the name of the assembly from dotnet-httprepl to just httprepl.

This means you can now execute the tool from the command line simply by typing httprepl - you no longer need the dotnet- or dotnet prefix.

Available via NuGet.

v3.0.0-preview.19455.3

05 Sep 23:00
74eb030

Choose a tag to compare

Pre-release

Updated preview release. Changes include:

  • The ui command is now more flexible. Instead of always trying to open [baseAddress]/swagger, you can now pass the url as a parameter (e.g. ui /swaggerUI) for one-off execution or set a preference (swagger.uiEndpoint) so it always uses a different address.
  • When issuing a command that requires a request body (e.g. POST), the temporary file created for editing will now be created with the appropriate file extension, if possible, so that your editor can provide colorization, completion, etc. as appropriate.
  • Prompt indicator changed from ~ to > to better align with user expectations of those two characters.
  • When listed in the output of the cd or ls/dir command, HTTP verbs (e.g. GET, POST, etc.) will now always be displayed uppercase to match the HTTP spec.
  • Several bug fixes.

v3.0.0-preview.19423.2

26 Aug 22:13
53e84a9

Choose a tag to compare

Pre-release

Updated preview release. Changes include:

  • New connect command that handles auto-detection of swagger definition, directory structure setup, automatic base address setup, etc. See documentation for usage info.
  • Removal of the set swagger command, as the functionality was replaced by the connect command
  • Removal of the auto-detection features of the set base command, as the functionality was replaced by the connect command
  • Numerous bug fixes

Available via NuGet.

v3.0.0-preview.19370.1

24 Jul 23:28
225b69d

Choose a tag to compare

Pre-release

Initial preview release. Available via nuget.