Open tac0turtle opened 5 months ago
Wouldn't we able to use the rest v2 (post endpoint) server, and proxy query to it? Basically, an http handler that split the request path, and checks the proto registry matching Service, and make Post a request from the server for it?
That will be hacky, but does sound possible. That will be probably less efficient than the new rest endpoint, but will be good enough for those willing backward compat.