Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Botloader/botloader
/ get
Function
get
components/runtime/src/ts/httpclient.ts:28–30 ·
view source on GitHub ↗
(path: string, init?: RequestInit)
Source
from the content-addressed store, hash-verified
26
* @category Helpers
27
*/
28
export
function
get(path: string, init?: RequestInit) {
29
return
request(
"GET"
, path, init);
30
}
31
32
/**
33
* Construct a
new
POST request
Callers
nothing calls this directly
Calls
1
request
Function · 0.85
Tested by
no test coverage detected