MCPcopy
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
80class 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

setMethod · 0.95

Tested by

no test coverage detected