http

package
v1.16.5 Latest Latest
Warning

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

Go to latest
Published: Oct 30, 2025 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Body

type Body interface {
	Build() (Reader, error)
	GetField(key string) any
	SetField(key string, value any) Body
	SetFields(fields map[string]any) Body
	SetFile(fieldName, filePath string) Body
	SetFiles(files map[string][]string) Body
}

type Reader

type Reader interface {
	Reader() io.Reader
	ContentType() string
}

Jump to

Keyboard shortcuts

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