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

Function Put

client/client.go:1019–1021  ·  view source on GitHub ↗

Put sends a PUT request using the default client.

(url string, cfg ...Config)

Source from the content-addressed store, hash-verified

1017
1018// Put sends a PUT request using the default client.
1019func Put(url string, cfg ...Config) (*Response, error) {
1020 return C().Put(url, cfg...)
1021}
1022
1023// Delete sends a DELETE request using the default client.
1024func Delete(url string, cfg ...Config) (*Response, error) {

Callers 1

Test_PutFunction · 0.85

Calls 2

CFunction · 0.70
PutMethod · 0.65

Tested by 1

Test_PutFunction · 0.68