Better error reporting and HTTP2 proxy fixes
This release contains an improvement to reporting an error status from gRPC stack by propagating it as part of the Status attached to the RequestException
.
A breaking change to the config to require a scheme for a given base URI is introduced in order to fix certain situations where proxied request is sent to the service without a scheme causing request parsing failures.