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
}
func (BackendInput) GetBodyAsTempFile ¶ added in v1.4.0
func (data BackendInput) GetBodyAsTempFile(tmpDir string) (*os.File, error)
type TimeoutContextValueKey ¶ added in v1.4.0
type TimeoutContextValueKey struct{}
Click to show internal directories.
Click to hide internal directories.