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

Function Options

client/client.go:1029–1031  ·  view source on GitHub ↗

Options sends an OPTIONS request using the default client.

(url string, cfg ...Config)

Source from the content-addressed store, hash-verified

1027
1028// Options sends an OPTIONS request using the default client.
1029func Options(url string, cfg ...Config) (*Response, error) {
1030 return C().Options(url, cfg...)
1031}
1032
1033// Patch sends a PATCH request using the default client.
1034func Patch(url string, cfg ...Config) (*Response, error) {

Callers 1

Test_OptionsFunction · 0.85

Calls 2

CFunction · 0.70
OptionsMethod · 0.65

Tested by 1

Test_OptionsFunction · 0.68