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

Function Query

client/client.go:1039–1041  ·  view source on GitHub ↗

Query sends a QUERY request using the default client.

(url string, cfg ...Config)

Source from the content-addressed store, hash-verified

1037
1038// Query sends a QUERY request using the default client.
1039func Query(url string, cfg ...Config) (*Response, error) {
1040 return C().Query(url, cfg...)
1041}

Callers 1

Test_QueryFunction · 0.70

Calls 2

CFunction · 0.70
QueryMethod · 0.65

Tested by 1

Test_QueryFunction · 0.56