MCPcopy Index your code
hub / github.com/go-dev-frame/sponge / PATCH

Method PATCH

pkg/httpcli/httpcli.go:165–168  ·  view source on GitHub ↗

PATCH send PATCH requests

()

Source from the content-addressed store, hash-verified

163
164// PATCH send PATCH requests
165func (req *Request) PATCH() (*Response, error) {
166 req.method = http.MethodPatch
167 return req.push()
168}
169
170// Do a request
171func (req *Request) Do(method string, data interface{}) (*Response, error) {

Callers 5

doFunction · 0.95
runLogHTTPServerFunction · 0.80
runGoHTTPServerFunction · 0.80
TestPatchStandardFunction · 0.80
GoRunHTTPServerMethod · 0.80

Calls 1

pushMethod · 0.95

Tested by 3

runLogHTTPServerFunction · 0.64
runGoHTTPServerFunction · 0.64
TestPatchStandardFunction · 0.64