e769eabb95
[main] Update dependencies from dotnet/arcade |
||
---|---|---|
.config | ||
build/analyzers/rulesets | ||
eng | ||
src | ||
test | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
CODE-OF-CONDUCT.md | ||
CONTRIBUTING.md | ||
Directory.Build.props | ||
Directory.Build.targets | ||
Directory.Packages.props | ||
HttpRepl.sln | ||
LICENSE.txt | ||
NOTICE.txt | ||
NuGet.config | ||
README.md | ||
SECURITY.md | ||
azure-pipelines-codeql.yml | ||
azure-pipelines-pr.yml | ||
azure-pipelines.yml | ||
build.cmd | ||
build.sh | ||
global.json |
README.md
HttpRepl
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 is installed from the Microsoft.dotnet-httprepl NuGet package.
Usage
See the documentation for how to use and configure HttpRepl.
Telemetry
See the documentation 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.
Contributing
See the Contributing Guide 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) secure@microsoft.com. 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.