wiremock/wiremock-grpc-extension

add gRPC Proxy Service

Will-Mao0326 opened this issue · 0 comments

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