MCPcopy
hub / github.com/smallfawn/QLScriptPublic / post

Function post

sendNofity.js:26–28  ·  view source on GitHub ↗
(url, options = {})

Source from the content-addressed store, hash-verified

24}
25
26function post(url, options = {}) {
27 return request(url, { ...options, method: 'POST' });
28}
29
30function get(url, options = {}) {
31 return request(url, { ...options, method: 'GET' });

Callers

nothing calls this directly

Calls 1

requestFunction · 0.70

Tested by

no test coverage detected