web

package
v7.2.1 Latest Latest
Warning

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

Go to latest
Published: May 1, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ExecuteRequest

func ExecuteRequest(ctx context.Context, request Request) chan Response

Types

type Request

type Request interface {
	Builder() *requests.Builder
	Timeout() time.Duration
}

type Response

type Response interface {
	Body() *bytes.Buffer
	Headers() map[string][]string
	Error() error
}

Jump to

Keyboard shortcuts

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