From 9b8fb062e92eae813d2fa8dc7996268773778dbb Mon Sep 17 00:00:00 2001 From: Sarthak Shyngle <50234097+Sarthak160@users.noreply.github.com> Date: Wed, 9 Oct 2024 15:34:00 +0530 Subject: [PATCH] Update README.md --- grpc-http-sample/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/grpc-http-sample/README.md b/grpc-http-sample/README.md index ab3402e..aa69415 100644 --- a/grpc-http-sample/README.md +++ b/grpc-http-sample/README.md @@ -1,6 +1,7 @@ # gRPC & HTTP Server Setup with Keploy This guide explains how to set up and run the gRPC and HTTP servers using Keploy to capture and test the HTTP calls. +Here support grpc client (Unary rpc) has been showed, where keploy is recording incoming http calls and outgoing grpc calls. ## Steps to Run @@ -52,5 +53,3 @@ keploy test -c "httpserver" ``` --- - -This `README.md` provides a clear step-by-step guide for setting up and using your gRPC and HTTP servers with Keploy. Let me know if you'd like any changes!