https://github.com/dotnet/HttpRepl
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 APIs and view their results.
https://github.com/dotnet/HttpRepl
Last synced: 21 days ago
JSON representation
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 APIs and view their results.
- Host: GitHub
- URL: https://github.com/dotnet/HttpRepl
- Owner: dotnet
- License: mit
- Created: 2019-06-11T23:52:23.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2025-03-10T05:01:08.000Z (about 1 month ago)
- Last Synced: 2025-03-16T22:05:39.054Z (29 days ago)
- Language: C#
- Homepage:
- Size: 1.84 MB
- Stars: 703
- Watchers: 43
- Forks: 67
- Open Issues: 57
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: CODE-OF-CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
- awesome - dotnet/HttpRepl - 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 APIs and view their results. (C\#)
- awesome-api-clients - HttpRepl - Lightweight, cross-platform command-line tool that's supported everywhere .NET Core is supported (CLI)
- awesome-postman-alternatives - https://github.com/dotnet/HttpRepl
README
HttpRepl
=======
[](https://dev.azure.com/dnceng/public/_build/latest?definitionId=538&branchName=main)The HTTP Read-Eval-Print Loop (REPL) is:
- A lightweight, cross-platform command-line tool that's supported everywhere .NET Core is supported.
- Used for making HTTP requests to test ASP.NET Core web APIs and view their results.## Installation
To install the HttpRepl, run the following command:
```
dotnet tool install -g Microsoft.dotnet-httprepl
```A [.NET Core Global Tool](https://docs.microsoft.com/dotnet/core/tools/global-tools#install-a-global-tool) is installed from the [Microsoft.dotnet-httprepl](https://www.nuget.org/packages/Microsoft.dotnet-httprepl) NuGet package.
## Usage
See the [documentation](https://aka.ms/http-repl-doc) for how to use and configure HttpRepl.
## Telemetry
See the [documentation](https://docs.microsoft.com/aspnet/core/web-api/http-repl/telemetry) for information about the usage data collection.
## Building
To build this repo, run the `build.cmd` or `build.sh` in the root of this repo. This repo uses the .NET [Arcade toolset](https://github.com/dotnet/arcade).
## Contributing
See the [Contributing Guide](/CONTRIBUTING.md) for details on what it means to contribute and how to do so.
## Reporting security issues and bugs
Security issues and bugs should be reported privately, via email, to the Microsoft Security Response Center (MSRC) [email protected]. You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Further information, including the MSRC PGP key, can be found in the [Security TechCenter](https://technet.microsoft.com/security/ff852094.aspx).