Documentation ¶ Index ¶ func GetJsonFromUrlWithBearerAuth(url string, token string, caCert []byte, l golog.MyLogger, ...) (string, error) func WaitForHttpServer(url string, waitDuration time.Duration, numRetries int) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func GetJsonFromUrlWithBearerAuth ¶ added in v0.1.0 func GetJsonFromUrlWithBearerAuth(url string, token string, caCert []byte, l golog.MyLogger, defaultReadTimeout time.Duration) (string, error) func WaitForHttpServer ¶ func WaitForHttpServer(url string, waitDuration time.Duration, numRetries int) WaitForHttpServer attempts to establish a http TCP connection to listenAddress in a given amount of time. It returns upon a successful connection; otherwise exits with an error. Types ¶ This section is empty. Source Files ¶ View all Source files gohttpclient.go Click to show internal directories. Click to hide internal directories.