MCPcopy
hub / github.com/willnewii/qiniuClient / post

Method post

src/renderer/api/API.js:18–20  ·  view source on GitHub ↗
(url, param)

Source from the content-addressed store, hash-verified

16 }
17
18 post(url, param) {
19 return this._request(url, 'post', param);
20 }
21
22 get(url, param) {
23 if (param)

Callers 5

sFunction · 0.80
rFunction · 0.80
oFunction · 0.80
cos.jsFile · 0.80
libs.jsFile · 0.80

Calls 1

_requestMethod · 0.95

Tested by

no test coverage detected