Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/CapSoftware/Cap
/ setRequestHeader
Method
setRequestHeader
apps/mobile/src/api/mobile.test.ts:426–428 ·
view source on GitHub ↗
(key: string, value: string)
Source
from the content-addressed store, hash-verified
424
}
425
426
setRequestHeader(key: string, value: string) {
427
this.headers.set(key, value);
428
}
429
430
send(body: BodyInit) {
431
this.body = body;
Callers
2
uploadWithTarget
Function · 0.45
uploadWithXhr
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected