base

package
v1.2.2 Latest Latest
Warning

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

Go to latest
Published: May 23, 2020 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type WithAllowInsecure added in v1.2.0

type WithAllowInsecure interface {
	GetAllowInsecure() bool
}

WithBody is something that has a configuration to allow insecure HTTP connections

type WithBody

type WithBody interface {
	GetBody() (string, error)
}

WithBody is something that has a body

type WithHeaders

type WithHeaders interface {
	GetHeaders() map[string][]string
}

WithHeaders is something that has headers

type WithMethod

type WithMethod interface {
	GetMethod() string
}

WithMethod is something that has an HTTP method

type WithValues

type WithValues interface {
	GetValues() map[string][]string
}

WithValues is something that has values

Jump to

Keyboard shortcuts

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