MCPcopy
hub / github.com/honojs/hono / json

Method json

src/client/types.ts:149–149  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

147 clone(): Response
148 bytes(): Promise<Uint8Array<ArrayBuffer>>
149 json(): F extends 'text' ? Promise<never> : F extends 'json' ? Promise<T> : Promise<unknown>
150 text(): F extends 'text' ? (T extends string ? Promise<T> : Promise<never>) : Promise<string>
151 blob(): Promise<Blob>
152 formData(): Promise<FormData>

Callers 15

request.test.tsFile · 0.65
types.test.tsFile · 0.65
okHelperFunction · 0.65
handlerFunction · 0.65
middleware1Function · 0.65
middleware2Function · 0.65
hono.test.tsFile · 0.65
handlerFunction · 0.65
compose.test.tsFile · 0.65
context.test.tsFile · 0.65
types.test.tsFile · 0.65
utils.test.tsFile · 0.65

Calls

no outgoing calls

Tested by 7

okHelperFunction · 0.52
handlerFunction · 0.52
middleware1Function · 0.52
middleware2Function · 0.52
handlerFunction · 0.52
paramMiddlewareFunction · 0.52
onErrorHandlerFunction · 0.52