Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CoderOpen/waimai
/ trace
Method
trace
front/utils/luch-request/core/Request.js:254–261 ·
view source on GitHub ↗
(url, data, options = {})
Source
from the content-addressed store, hash-verified
252
253
// #ifdef APP-PLUS || H5 || MP-WEIXIN
254
trace(url, data, options = {}) {
255
return
this.request({
256
url,
257
data,
258
method:
'TRACE'
,
259
...options
260
})
261
}
262
263
// #endif
264
Callers
1
r
Function · 0.80
Calls
1
request
Method · 0.95
Tested by
no test coverage detected