.. _config_http_filters_connect_grpc_bridge: Connect-gRPC Bridge =================== * gRPC :ref:`architecture overview ` * This filter should be configured with the type URL ``type.googleapis.com/envoy.extensions.filters.http.connect_grpc_bridge.v3.FilterConfig``. * :ref:`v3 API reference ` This filter enables a Connect RPC client to connect to a compliant gRPC server. More information on the Connect protocol can be found `here `_. HTTP GET support ---------------- This filter supports `Connect HTTP GET requests `_. The ``Connect-Version-Query`` parameter must be specified in requests in order for them to be translated by this filter, which will be done automatically when using a Connect implementation.