package httputil
import "go.mongodb.org/mongo-driver/internal/httputil"
Index ¶
Variables ¶
DefaultHTTPClient is the default HTTP client used across the driver.
Functions ¶
func CloseIdleHTTPConnections ¶
CloseIdleHTTPConnections closes any connections which were previously connected from previous requests but are now sitting idle in a "keep-alive" state. It does not interrupt any connections currently in use.
Borrowed from the Go standard library.
Source Files ¶
httputil.go
- Version
- v1.13.0
- Published
- Nov 7, 2023
- Platform
- js/wasm
- Imports
- 1 packages
- Last checked
- 49 minutes ago –
Tools for package owners.