@midwayjs/coreClassesServerResponseVersion: NextOn this pageServerResponse <CTX>HierarchyServerResponseHttpServerResponseIndex ConstructorsconstructorMethodsblobfailjsonsuccesstextBLOB_TPLJSON_TPLTEXT_TPLConstructors constructornew ServerResponse<CTX>(ctx: CTX): ServerResponse<CTX>Type parametersCTX: Context = ContextMethods blobblob(data: Buffer): anyfailfail(): ServerResponse<CTX>jsonjson(data: Record<any, any>): anysuccesssuccess(): ServerResponse<CTX>texttext(data: string): anystaticBLOB_TPLBLOB_TPL<CTX>(data: Buffer, isSuccess: boolean, ctx: CTX): unknownType parametersCTX: ContextstaticJSON_TPLJSON_TPL<CTX>(data: Record<any, any>, isSuccess: boolean, ctx: CTX): unknownType parametersCTX: ContextstaticTEXT_TPLTEXT_TPL<CTX>(data: string, isSuccess: boolean, ctx: CTX): unknownType parametersCTX: Context