Skip to main content

gRPC testing

You can test gRPC service from HTTP file.

### gRPC call SayHello
//@name SayHello
GRPC localhost:50052/Greeter/SayHello

{
"name": "Jackie"
}

List remote gRPC services

### list remote gRPC services
//@name services
GRPC localhost:50052/services

httpx uses gRPCurl to call dest gRPC services, and you don't need to have proto file in your project.