GRPC Core  9.0.0
Variables
client_authority_filter.h File Reference
#include <grpc/support/port_platform.h>
#include <grpc/impl/codegen/compression_types.h>
#include "src/core/lib/channel/channel_stack.h"

Go to the source code of this file.

Variables

const grpc_channel_filter grpc_client_authority_filter
 Filter responsible for setting the authority header, if not already set. More...
 

Variable Documentation

◆ grpc_client_authority_filter

const grpc_channel_filter grpc_client_authority_filter
extern

Filter responsible for setting the authority header, if not already set.

It uses the value of the GRPC_ARG_DEFAULT_AUTHORITY channel arg if the initial metadata doesn't already contain an authority value.