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

Function Delete

client/client.go:1024–1026  ·  view source on GitHub ↗

Delete sends a DELETE request using the default client.

(url string, cfg ...Config)

Source from the content-addressed store, hash-verified

1022
1023// Delete sends a DELETE request using the default client.
1024func Delete(url string, cfg ...Config) (*Response, error) {
1025 return C().Delete(url, cfg...)
1026}
1027
1028// Options sends an OPTIONS request using the default client.
1029func Options(url string, cfg ...Config) (*Response, error) {

Callers 1

Test_DeleteFunction · 0.85

Calls 2

CFunction · 0.70
DeleteMethod · 0.65

Tested by 1

Test_DeleteFunction · 0.68