MCPcopy Create free account
hub / github.com/Botloader/botloader / options

Function options

components/runtime/src/ts/httpclient.ts:82–84  ·  view source on GitHub ↗
(path: string, init?: RequestInit)

Source from the content-addressed store, hash-verified

80 * @category Helpers
81 */
82 export function options(path: string, init?: RequestInit) {
83 return request("OPTIONS", path, init);
84 }
85
86 /**
87 * Construct a new TRACE request

Callers

nothing calls this directly

Calls 1

requestFunction · 0.85

Tested by

no test coverage detected