Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Botloader/botloader
/ post
Function
post
components/runtime/src/ts/httpclient.ts:37–39 ·
view source on GitHub ↗
(path: string, init?: RequestInit)
Source
from the content-addressed store, hash-verified
35
* @category Helpers
36
*/
37
export
function
post(path: string, init?: RequestInit) {
38
return
request(
"POST"
, path, init);
39
}
40
41
/**
42
* Construct a
new
HEAD request
Callers
1
run
Function · 0.85
Calls
1
request
Function · 0.85
Tested by
no test coverage detected