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

Function Patch

client/client.go:1034–1036  ·  view source on GitHub ↗

Patch sends a PATCH request using the default client.

(url string, cfg ...Config)

Source from the content-addressed store, hash-verified

1032
1033// Patch sends a PATCH request using the default client.
1034func Patch(url string, cfg ...Config) (*Response, error) {
1035 return C().Patch(url, cfg...)
1036}
1037
1038// Query sends a QUERY request using the default client.
1039func Query(url string, cfg ...Config) (*Response, error) {

Callers 1

Test_PatchFunction · 0.85

Calls 2

CFunction · 0.70
PatchMethod · 0.65

Tested by 1

Test_PatchFunction · 0.68