MCPcopy
hub / github.com/tinyhttp/tinyhttp / type

Method type

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

Source from the content-addressed store, hash-verified

43 format(obj: FormatProps): Response
44 redirect(url: string, status?: number): Response
45 type(type: string): Response
46 download(path: string, filename: string, options?: DownloadOptions, cb?: (err?: any) => void): Response
47 attachment(filename?: string): Response
48 app?: App

Callers 1

response.test.tsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected