Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CoderOpen/waimai
/ head
Method
head
front/utils/luch-request/core/Request.js:230–237 ·
view source on GitHub ↗
(url, data, options = {})
Source
from the content-addressed store, hash-verified
228
229
// #ifdef APP-PLUS || H5 || MP-WEIXIN || MP-BAIDU
230
head(url, data, options = {}) {
231
return
this.request({
232
url,
233
data,
234
method:
'HEAD'
,
235
...options
236
})
237
}
238
239
// #endif
240
Callers
1
app.js
File · 0.80
Calls
1
request
Method · 0.95
Tested by
no test coverage detected