MCPcopy Index your code
hub / github.com/imroc/req / Post

Function Post

request_wrapper.go:239–241  ·  view source on GitHub ↗

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

(url string)

Source from the content-addressed store, hash-verified

237// Post is a global wrapper methods which delegated
238// to the default client, create a request and Post for request.
239func Post(url string) (*Response, error) {
240 return defaultClient.R().Post(url)
241}
242
243// MustPut is a global wrapper methods which delegated
244// to the default client, create a request and MustPut for request.

Callers

nothing calls this directly

Calls 2

RMethod · 0.80
PostMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…