MCPcopy
hub / github.com/gofiber/fiber / Head

Function Head

client/client.go:1014–1016  ·  view source on GitHub ↗

Head sends a HEAD request using the default client.

(url string, cfg ...Config)

Source from the content-addressed store, hash-verified

1012
1013// Head sends a HEAD request using the default client.
1014func Head(url string, cfg ...Config) (*Response, error) {
1015 return C().Head(url, cfg...)
1016}
1017
1018// Put sends a PUT request using the default client.
1019func Put(url string, cfg ...Config) (*Response, error) {

Callers 1

Test_HeadFunction · 0.85

Calls 2

CFunction · 0.70
HeadMethod · 0.65

Tested by 1

Test_HeadFunction · 0.68