Skip to content

Commit

Permalink
remove mention to https in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
octonato committed Nov 25, 2020
1 parent 96c56b6 commit 58e55e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ curl http://localhost:9000/proxy/grpc-hello/Alice
The following happens

```bash
curl --(http)--> service gateway --(http)--> hello-proxy-service --(gRPC/https)--> hello-service
curl --(http)--> service gateway --(http)--> hello-proxy-service --(gRPC/http)--> hello-service
```

## Testing the gRPC endpoints
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ $ curl http://localhost:9000/proxy/grpc-hello/Alice
The following happens

```bash
curl --(http)--> service gateway --(http)--> hello-proxy-service --(gRPC/https)--> hello-service
curl --(http)--> service gateway --(http)--> hello-proxy-service --(gRPC/http)--> hello-service
```

## Testing the gRPC endpoints
Expand Down

0 comments on commit 58e55e5

Please sign in to comment.