MCPcopy Index your code
hub / github.com/smallfawn/QLScriptPublic / dxSelectMethod

Function dxSelectMethod

wxapp/longfor.js:184–186  ·  view source on GitHub ↗
(param)

Source from the content-addressed store, hash-verified

182}
183
184function dxSelectMethod(param) {
185 return param && param.length > 1024 ? "POST" : "GET";
186}
187
188function dxShorten(data = {}) {
189 const output = {};

Callers 1

requestMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected