http

package
v3.9.0 Latest Latest
Warning

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

Go to latest
Published: Aug 20, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Implementation added in v3.4.0

type Implementation struct {
	// contains filtered or unexported fields
}

func (*Implementation) GetNewMigrationHTTPClient added in v3.4.0

func (o *Implementation) GetNewMigrationHTTPClient() NewMigrationHTTPClientFun

func (*Implementation) GetProxy added in v3.4.0

func (o *Implementation) GetProxy() string

func (*Implementation) GetSkipTLSVerify added in v3.4.0

func (o *Implementation) GetSkipTLSVerify() bool

func (*Implementation) SetNewMigrationHTTPClient added in v3.4.0

func (o *Implementation) SetNewMigrationHTTPClient(fun NewMigrationHTTPClientFun)

func (*Implementation) SetProxy added in v3.4.0

func (o *Implementation) SetProxy(proxy string)

func (*Implementation) SetSkipTLSVerify added in v3.4.0

func (o *Implementation) SetSkipTLSVerify(skipTLSVerify bool)

type Interface

type Interface interface {
	GetNewMigrationHTTPClient() NewMigrationHTTPClientFun
	SetNewMigrationHTTPClient(fun NewMigrationHTTPClientFun)
	GetSkipTLSVerify() bool
	SetSkipTLSVerify(skipTLSVerify bool)
	GetProxy() string
	SetProxy(proxy string)
}

type NewMigrationHTTPClientFun

type NewMigrationHTTPClientFun func() *http.Client

Jump to

Keyboard shortcuts

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