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

Function Get

client/client.go:1004–1006  ·  client/client.go::Get

Get sends a GET request using the default client.

(url string, cfg ...Config)

Source from the content-addressed store, hash-verified

1002
1003// Get sends a GET request using the default client.
1004func Get(url string, cfg ...Config) (*Response, error) {
1005 return C().Get(url, cfg...)
1006}
1007
1008// Post sends a POST request using the default client.
1009func Post(url string, cfg ...Config) (*Response, error) {

Calls 2

CFunction · 0.70
GetMethod · 0.65