Documentation
¶
Index ¶
Constants ¶
View Source
const ( KByte = 1024 MByte = 1024 * KByte )
View Source
const (
LocalInterfaceAddress = "127.0.0.1"
)
Variables ¶
View Source
var DefaultClient = &http.Client{}
View Source
var RandPort = minPort + mrand.IntN(65536-minPort)
Functions ¶
func CodeVerifier ¶
func CodeVerifier() string
Types ¶
type ClientConfig ¶
type RequestAuthorizer ¶
Click to show internal directories.
Click to hide internal directories.