MCPcopy
hub / github.com/eggjs/egg / Response

Interface Response

src/app/extend/response.ts:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38declare module '@eggjs/core' {
39 // add Response overrides types
40 interface Response {
41 get realStatus(): number;
42 set realStatus(status: number);
43 }
44}

Callers

nothing calls this directly

Implementers 2

Responsesrc/app/extend/response.ts
Contextsrc/app/extend/context.ts

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…