Versions in this module Expand all Collapse all v1 v1.4.3 Nov 5, 2022 Changes in this version + func WithHeaderProcessor(processHeader func(http.Header) []string) func(*Server) + type GatewayConf struct + Timeout time.Duration + Upstreams []Upstream + type Option func(svr *Server) + type RouteMapping struct + Method string + Path string + RpcPath string + type Server struct + func MustNewServer(c GatewayConf, opts ...Option) *Server + func (s *Server) Start() + func (s *Server) Stop() + type Upstream struct + Grpc zrpc.RpcClientConf + Mappings []RouteMapping + Name string + ProtoSets []string