Update aspnet/HttpRepl to dotnet/HttpRepl (#15950)

pull/15952/head
Scott Addie 2019-12-02 15:16:11 -06:00 committed by GitHub
parent 8ba150cf55
commit 3fc5cc7a8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ description: Learn how to use the HTTP REPL .NET Core Global Tool to browse and
monikerRange: '>= aspnetcore-2.1'
ms.author: scaddie
ms.custom: mvc
ms.date: 10/07/2019
ms.date: 12/02/2019
uid: web-api/http-repl
---
# Test web APIs with the HTTP REPL
@ -264,7 +264,7 @@ Response colorization is currently supported for JSON only. To customize the def
https://localhost:5001/people~ pref set colors.json White
```
Only the [allowed colors](https://github.com/aspnet/HttpRepl/blob/01d5c3c3373e98fe566ff5ef8a17c571de880293/src/Microsoft.Repl/ConsoleHandling/AllowedColors.cs) may be used. Subsequent HTTP requests display output with the new coloring.
Only the [allowed colors](https://github.com/dotnet/HttpRepl/blob/01d5c3c3373e98fe566ff5ef8a17c571de880293/src/Microsoft.Repl/ConsoleHandling/AllowedColors.cs) may be used. Subsequent HTTP requests display output with the new coloring.
When specific color keys aren't set, more generic keys are considered. To demonstrate this fallback behavior, consider the following example:
@ -1031,4 +1031,4 @@ https://localhost:5001/~
## Additional resources
* [REST API requests](https://github.com/microsoft/api-guidelines/blob/vNext/Guidelines.md#74-supported-methods)
* [HTTP REPL GitHub repository](https://github.com/aspnet/HttpRepl)
* [HTTP REPL GitHub repository](https://github.com/dotnet/HttpRepl)