MCPcopy Create free account
hub / github.com/gogs/gogs / Post

Function Post

internal/httplib/httplib.go:74–76  ·  view source on GitHub ↗

Post returns *Request with POST method.

(url string)

Source from the content-addressed store, hash-verified

72
73// Post returns *Request with POST method.
74func Post(url string) *Request {
75 return newRequest(url, "POST")
76}
77
78// Put returns *Request with PUT method.
79func Put(url string) *Request {

Callers 1

deliverMethod · 0.92

Calls 1

newRequestFunction · 0.85

Tested by

no test coverage detected