Nikita Dolgov

Results 2 issues of Nikita Dolgov

* update GrpcGatewayHandler to use a single supportsCall method to both match a URI and extract parameters from it in one pass * update GatewayGenerator to support the new code...

In v0.0.8 named slots are not extracted from "/v1/messages/{message_id}-like URL templates. Instead in the generated handler: * an incoming URI (e.g. "/v1/messages/123") is literally compared with "/v1/messages/{message_id}" * even if...