MCPcopy Create free account
hub / github.com/imroc/req / Patch

Function Patch

request_wrapper.go:263–265  ·  view source on GitHub ↗

Patch is a global wrapper methods which delegated to the default client, create a request and Patch for request.

(url string)

Source from the content-addressed store, hash-verified

261// Patch is a global wrapper methods which delegated
262// to the default client, create a request and Patch for request.
263func Patch(url string) (*Response, error) {
264 return defaultClient.R().Patch(url)
265}
266
267// MustDelete is a global wrapper methods which delegated
268// to the default client, create a request and MustDelete for request.

Callers

nothing calls this directly

Calls 2

RMethod · 0.80
PatchMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…