MCPcopy Create free account
hub / github.com/smallfawn/QLScriptPublic / headers

Method headers

wxapp/ytb2_all.js:148–154  ·  view source on GitHub ↗
(extra = {})

Source from the content-addressed store, hash-verified

146 }
147
148 headers(extra = {}) {
149 return {
150 "content-type": "application/json",
151 "User-Agent": USER_AGENT,
152 ...extra,
153 };
154 }
155
156 authHeaders(extra = {}) {
157 return this.headers({

Callers 3

authHeadersMethod · 0.95
loginMethod · 0.95
detectSignActIdMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected