wiremock / wiremock-grpc-extension

WireMock Extension: gRPC mocking
https://wiremock.org/docs/grpc/
Apache License 2.0
14 stars 8 forks source link

add gRPC Proxy Service #61

Open Will-Mao0326 opened 5 months ago

Will-Mao0326 commented 5 months ago

Proposal

JSON: { "priority": 13, "request": { "method": "ANY", "urlPath": "/Business.Prompt/Prompt" }, "response": { "status": 200, "proxyBaseUrl": "grpc://10.0.0.1:9890" } } In gRPC, WireMock do not has the ability to selectively proxy requests through to other hosts,can you add it?

References

No response