MCPcopy
hub / github.com/thinkjs/thinkjs / post

Function post

lib/extend/controller.js:168–170  ·  view source on GitHub ↗

* get or set post data * @param {String} name * @param {Mixed} value

(name, value)

Source from the content-addressed store, hash-verified

166 * @param {Mixed} value
167 */
168 post(name, value) {
169 return this.ctx.post(name, value);
170 },
171 /**
172 * get or set file data
173 * @param {String} name

Callers

nothing calls this directly

Calls 1

postMethod · 0.65

Tested by

no test coverage detected