Versions in this module Expand all Collapse all v4 v4.88.0 Jul 26, 2021 Changes in this version + var File_app_browserforwarder_config_proto protoreflect.FileDescriptor + func BridgeResource(rw http.ResponseWriter, r *http.Request, path string) + type Config struct + ListenAddr string + ListenPort int32 + func (*Config) Descriptor() ([]byte, []int) + func (*Config) ProtoMessage() + func (x *Config) GetListenAddr() string + func (x *Config) GetListenPort() int32 + func (x *Config) ProtoReflect() protoreflect.Message + func (x *Config) Reset() + func (x *Config) String() string + type Forwarder struct + func NewForwarder(ctx context.Context, cfg *Config) *Forwarder + func (f *Forwarder) Close() error + func (f *Forwarder) DialWebsocket(url string, header http.Header) (io.ReadWriteCloser, error) + func (f *Forwarder) ServeHTTP(writer http.ResponseWriter, request *http.Request) + func (f *Forwarder) Start() error + func (f *Forwarder) Type() interface{}