MCPcopy
hub / github.com/tinyhttp/tinyhttp / get

Method get

packages/app/src/response.ts:27–27  ·  view source on GitHub ↗
(field: string)

Source from the content-addressed store, hash-verified

25 header(field: string | Record<string, unknown>, val?: string | any[]): Response
26 set(field: string | Record<string, unknown>, val?: string | any[]): Response
27 get(field: string): string | number | string[]
28 send(body: unknown): Response
29 sendFile(path: string, options?: ReadStreamOptions, cb?: (err?: any) => void): Response
30 json(body: unknown): Response

Callers 15

jsonpFunction · 0.65
index.tsFile · 0.65
installPackagesFunction · 0.65
reloadMethod · 0.65
loadFunction · 0.65
SessionManagerFunction · 0.65
getHostnameFunction · 0.65
index.jsFile · 0.65
index.jsFile · 0.65
index.jsFile · 0.65
server.jsFile · 0.65
index.jsFile · 0.65

Calls

no outgoing calls

Tested by 3

createColorTestFunction · 0.52
createEmojiTestFunction · 0.52
createAppWithFunction · 0.52