Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/axios/axios
/ constructor
Method
constructor
lib/core/AxiosHeaders.js:81–83 ·
view source on GitHub ↗
(headers)
Source
from the content-addressed store, hash-verified
79
80
class
AxiosHeaders {
81
constructor(headers) {
82
headers && this.set(headers);
83
}
84
85
set(header, valueOrRewrite, rewrite) {
86
const
self = this;
Callers
nothing calls this directly
Calls
1
set
Method · 0.95
Tested by
no test coverage detected