Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Botloader/botloader
/ trace
Function
trace
components/runtime/src/ts/httpclient.ts:91–93 ·
view source on GitHub ↗
(path: string, init?: RequestInit)
Source
from the content-addressed store, hash-verified
89
* @category Helpers
90
*/
91
export
function
trace(path: string, init?: RequestInit) {
92
return
request(
"TRACE"
, path, init);
93
}
94
95
/**
96
* Construct a
new
CONNECT request
Callers
nothing calls this directly
Calls
1
request
Function · 0.85
Tested by
no test coverage detected