reify-james-vickers

Results 2 issues of reify-james-vickers

Currently `protojure.grpc.client.providers.http2/connect` requires a very specific format for `:uri` and does not accept some that it perhaps could. The URI's it seems to accept have scheme as well as port...

`protojure.grpc.client.providers.http2/connect` takes a map that must contain `:uri` and can optionally contain `:ssl` with boolean value. It seems possible to automatically know that SSL should be used if the uri...