Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/axios/axios
/ getSetCookie
Method
getSetCookie
lib/core/AxiosHeaders.js:283–285 · lib/core/AxiosHeaders.js::AxiosHeaders.getSetCookie
()
Source
from the content-addressed store, hash-verified
281
}
282
283
getSetCookie() {
284
return
this.get(
class
="st">'set-cookie') || [];
285
}
286
287
get [Symbol.toStringTag]() {
288
return
class
="st">'AxiosHeaders';
Callers
1
axiosHeaders.test.js
File · 0.80
Calls
1
get
Method · 0.95
Tested by
no test coverage detected