Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update gRPC HTTP API README.md #615

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions src/GrpcHttpApi/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
> [!IMPORTANT]
> gRPC HTTP API is now part of ASP.NET Core. For more information, see [gRPC JSON transcoding](https://learn.microsoft.com/aspnet/core/grpc/json-transcoding).
>
> Source code has been removed but it is accessible from [the repo history](https://github.com/aspnet/AspLabs/tree/776c606e7817468a2ad7383ea587f0151998d8a4/src/GrpcHttpApi).

gRPC HTTP API
=============

Expand All @@ -9,8 +14,6 @@ gRPC HTTP API is an experimental extension for ASP.NET Core that creates RESTful

Of course gRPC can continue to be used as well. RESTful APIs for your gRPC services. No duplication!

![gRPC loves REST](grpc-rest-logo.png "gRPC loves REST")

### Usage

1. Add a package reference to [Microsoft.AspNetCore.Grpc.HttpApi](https://www.nuget.org/packages/Microsoft.AspNetCore.Grpc.HttpApi).
Expand Down