v3iohttp

package
v0.3.4 Latest Latest
Warning

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

Go to latest
Published: Apr 22, 2024 License: Apache-2.0 Imports: 26 Imported by: 15

Documentation

Index

Constants

View Source
const (
	PutChunkFunctionName = "PutChunk"
)

function names

Variables

This section is empty.

Functions

func GenerateAuthenticationToken

func GenerateAuthenticationToken(username string, password string) string

func NewClient

func NewClient(newClientInput *NewClientInput) *fasthttp.Client

func NewContext

func NewContext(parentLogger logger.Logger, newContextInput *NewContextInput) (v3io.Context, error)

Types

type NewClientInput

type NewClientInput struct {
	TLSConfig       *tls.Config
	DialTimeout     time.Duration
	MaxConnsPerHost int
}

type NewContextInput

type NewContextInput struct {
	HTTPClient     *fasthttp.Client
	NumWorkers     int
	RequestChanLen int
	MaxConns       int
}

Jump to

Keyboard shortcuts

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