Versions in this module Expand all Collapse all v1 v1.8.16 Jul 1, 2024 v1.8.11 Jul 1, 2024 Changes in this version + var File_transport_internet_splithttp_config_proto protoreflect.FileDescriptor + func Dial(ctx context.Context, dest net.Destination, ...) (stat.Connection, error) + func ListenSH(ctx context.Context, address net.Address, port net.Port, ...) (internet.Listener, error) + type Config struct + Header map[string]string + Host string + MaxConcurrentUploads int32 + MaxUploadSize int32 + Path string + func (*Config) Descriptor() ([]byte, []int) + func (*Config) ProtoMessage() + func (c *Config) GetNormalizedMaxConcurrentUploads() int32 + func (c *Config) GetNormalizedMaxUploadSize() int32 + func (c *Config) GetNormalizedPath() string + func (c *Config) GetRequestHeader() http.Header + func (x *Config) GetHeader() map[string]string + func (x *Config) GetHost() string + func (x *Config) GetMaxConcurrentUploads() int32 + func (x *Config) GetMaxUploadSize() int32 + func (x *Config) GetPath() string + func (x *Config) ProtoReflect() protoreflect.Message + func (x *Config) Reset() + func (x *Config) String() string + type LazyReader struct + CreateReader func() (io.ReadCloser, error) + func (r *LazyReader) Close() error + func (r *LazyReader) Read(b []byte) (int, error) + type Listener struct + func (ln *Listener) Addr() net.Addr + func (ln *Listener) Close() error + type Packet struct + Payload []byte + Seq uint64 + type UploadQueue struct + func NewUploadQueue(maxPackets int) *UploadQueue + func (h *UploadQueue) Close() error + func (h *UploadQueue) Push(p Packet) error + func (h *UploadQueue) Read(b []byte) (int, error)