netutil

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Aug 22, 2026 License: GPL-3.0 Imports: 11 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 DownloadImgToFile added in v0.4.2

func DownloadImgToFile(url string, savePath string) error

DownloadImgToFile performs a GET request, verifies the response body decodes as an image, and only then saves it to savePath. If the body is not a valid image no file is written, so a later scan can retry the download. Supports any format registered with the image package (PNG, JPEG, WebP).

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