Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CoderOpen/waimai
/ connect
Method
connect
front/utils/luch-request/core/Request.js:218–225 ·
view source on GitHub ↗
(url, data, options = {})
Source
from the content-addressed store, hash-verified
216
217
// #ifdef APP-PLUS || H5 || MP-WEIXIN
218
connect(url, data, options = {}) {
219
return
this.request({
220
url,
221
data,
222
method:
'CONNECT'
,
223
...options
224
})
225
}
226
227
// #endif
228
Callers
nothing calls this directly
Calls
1
request
Method · 0.95
Tested by
no test coverage detected