proxy

package
v0.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 15, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	RichClient *binding.RichClient
	Proxy      binding.Proxy
)
View Source
var (
	PublicHTTP = api.Proxy{
		Kind: "http",
		Host: "http-proxy.local",
		Port: 80,
	}
	PublicHTTPS = api.Proxy{
		Kind:     "https",
		Host:     "https-proxy.local",
		Port:     443,
		Excluded: []string{"excldomain.tld"},
	}
	//PrivateSquid = api.Proxy{
	//	Kind: "https",
	//	Host: "squidprivateproxy.local",
	//	Port: 3128,
	//	Identity: ,
	//}
	Samples = []api.Proxy{PublicHTTP, PublicHTTPS}
)

Set of valid resources for tests and reuse.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL