httputil

package
v0.9.1 Latest Latest
Warning

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

Go to latest
Published: May 1, 2026 License: BSD-3-Clause, GPL-3.0 Imports: 1 Imported by: 0

Documentation

Overview

Package httputil provides small HTTP-related helpers used across Netcap.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DrainAndClose

func DrainAndClose(body io.ReadCloser)

DrainAndClose fully drains and then closes the given body.

Go's default http.Transport only reuses an underlying TCP connection (keep-alive) when the response body has been read to completion AND closed. Closing a partially-read body forces a fresh connection on the next request and adds socket churn.

Safe to call with a nil body.

Types

This section is empty.

Jump to

Keyboard shortcuts

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