MCPcopy Create free account
hub / github.com/golang/appengine / method

Method method

taskqueue/taskqueue.go:132–137  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

130}
131
132func (t *Task) method() string {
133 if t.Method == "" {
134 return "POST"
135 }
136 return t.Method
137}
138
139// NewPOSTTask creates a Task that will POST to a path with the given form data.
140func NewPOSTTask(path string, params url.Values) *Task {

Callers 3

newAddReqFunction · 0.45
AddFunction · 0.45
AddMultiFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected