MCPcopy 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_clientFunction · 0.85
connect_schedulerFunction · 0.85

Calls 1

requestFunction · 0.85

Tested by

no test coverage detected