import "v2ray.com/core/transport/internet/http"
config.go config.pb.go dialer.go errors.generated.go http.go hub.go
var File_transport_internet_http_config_proto protoreflect.FileDescriptor
func Dial(ctx context.Context, dest net.Destination, streamSettings *internet.MemoryStreamConfig) (internet.Connection, error)
Dial dials a new TCP connection to the given destination.
func Listen(ctx context.Context, address net.Address, port net.Port, streamSettings *internet.MemoryStreamConfig, handler internet.ConnHandler) (internet.Listener, error)
type Config struct { Host []string `protobuf:"bytes,1,rep,name=host,proto3" json:"host,omitempty"` Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"` // contains filtered or unexported fields }
Deprecated: Use Config.ProtoReflect.Descriptor instead.
func (x *Config) ProtoReflect() protoreflect.Message
type Listener struct {
// contains filtered or unexported fields
}
Package http imports 26 packages (graph) and is imported by 8 packages. Updated 2020-10-15. Refresh now. Tools for package owners.