netutil

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Mar 18, 2026 License: GPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const HTTPTimeout = 10 * time.Second

HTTPTimeout is the default timeout for HTTP requests.

Variables

View Source
var HTTPClient = &http.Client{
	Timeout: HTTPTimeout,
}

HTTPClient is a shared HTTP client with the default timeout.

Functions

func DownloadToFile

func DownloadToFile(url string, savePath string) error

DownloadToFile performs a GET request and saves the response body to savePath. Creates parent directories as needed.

func DownloadToMemory

func DownloadToMemory(url string) ([]byte, error)

DownloadToMemory performs a GET request and returns the response body.

Types

This section is empty.

Jump to

Keyboard shortcuts

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