client

package
v0.0.0-...-16cd069 Latest Latest
Warning

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

Go to latest
Published: Dec 13, 2021 License: MPL-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Client = resty.New().
	SetTimeout(time.Minute).
	SetRetryWaitTime(time.Second).
	SetRetryCount(1).
	SetTLSClientConfig(&tls.Config{
		InsecureSkipVerify: true,
	}).
	SetHeaders(map[string]string{}).
	SetLogger(log.New()).
	SetDebug(true)

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