Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CoderOpen/waimai
/ get
Method
get
front/utils/luch-request/core/Request.js:176–182 ·
view source on GitHub ↗
(url, options = {})
Source
from the content-addressed store, hash-verified
174
}
175
176
get(url, options = {}) {
177
return
this.request({
178
url,
179
method:
'GET'
,
180
...options
181
})
182
}
183
184
post(url, data, options = {}) {
185
return
this.request({
Callers
15
pn
Function · 0.80
kn
Function · 0.80
rr
Function · 0.80
zr
Function · 0.80
ho
Function · 0.80
vo
Function · 0.80
go
Function · 0.80
n
Function · 0.80
app.js
File · 0.80
w
Function · 0.80
C
Function · 0.80
K
Function · 0.80
Calls
1
request
Method · 0.95
Tested by
1
testBasicTest
Method · 0.64