Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( GRPCWeb = &hcm.HttpFilter{ Name: wellknown.GRPCWeb, ConfigType: &hcm.HttpFilter_TypedConfig{ TypedConfig: protocov.ToAny(&grpcweb.GrpcWeb{}), }, } GRPCStats = &hcm.HttpFilter{ Name: wellknown.HTTPGRPCStats, ConfigType: &hcm.HttpFilter_TypedConfig{ TypedConfig: protocov.ToAny(&grpcstats.FilterConfig{ EmitFilterState: true, PerMethodStatSpecifier: &grpcstats.FilterConfig_StatsForAllMethods{ StatsForAllMethods: &wrapperspb.BoolValue{Value: true}, }, }), }, } )
Functions ¶
func GenerateRouterFilter ¶
func GenerateRouterFilter(enableEnvoyHeaders bool) *hcm.HttpFilter
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.