Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Botloader/botloader
/ connect
Function
connect
components/runtime/src/ts/httpclient.ts:100–102 ·
view source on GitHub ↗
(path: string, init?: RequestInit)
Source
from the content-addressed store, hash-verified
98
* @category Helpers
99
*/
100
export
function
connect(path: string, init?: RequestInit) {
101
return
request(
"CONNECT"
, path, init);
102
}
103
104
export
interface
RequestInit {
105
/**
Callers
2
broker_client
Function · 0.85
connect_scheduler
Function · 0.85
Calls
1
request
Function · 0.85
Tested by
no test coverage detected