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

Function Post

client/client.go:1009–1011  ·  view source on GitHub ↗

Post sends a POST request using the default client.

(url string, cfg ...Config)

Source from the content-addressed store, hash-verified

1007
1008// Post sends a POST request using the default client.
1009func Post(url string, cfg ...Config) (*Response, error) {
1010 return C().Post(url, cfg...)
1011}
1012
1013// Head sends a HEAD request using the default client.
1014func Head(url string, cfg ...Config) (*Response, error) {

Callers 1

Test_PostFunction · 0.70

Calls 2

CFunction · 0.70
PostMethod · 0.65

Tested by 1

Test_PostFunction · 0.56