Documentation
¶
Index ¶
Constants ¶
View Source
const TimeoutNotSet = -1
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BackendInput ¶ added in v1.4.0
type BackendInput struct {
Host *url.URL
Body []string
Method string
Headers []string
Backend string
BackendOptions [][]string
PrintCommand bool
LeaveTempFile bool
TempFileName string
}
func (*BackendInput) CreateBodyTempFile ¶ added in v1.5.0
func (bi *BackendInput) CreateBodyTempFile() error
func (*BackendInput) RemoveBodyTempFile ¶ added in v1.5.0
func (bi *BackendInput) RemoveBodyTempFile(forceDeletion bool) error
type BackendOutput ¶ added in v1.5.0
type TimeoutContextValueKey ¶ added in v1.4.0
type TimeoutContextValueKey struct{}
Click to show internal directories.
Click to hide internal directories.