Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarthak160 authored Oct 9, 2024
1 parent 0405baf commit 1e87f1c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion grpc-http-sample/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ Run the HTTP server in record mode to capture the incoming HTTP calls and outgoi
keploy record -c "httpserver"
```

Make a curl request to the http server :
```bash
curl "http://localhost:8080/hello?name=Jack"
```

### 3. Run the HTTP Server in Test Mode

After recording, run the HTTP server in test mode to replay the captured calls:
Expand All @@ -48,4 +53,4 @@ 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!
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!

0 comments on commit 1e87f1c

Please sign in to comment.