hooks
hooks copied to clipboard
hooks 返回图片不显示
export const getB = Api(Get(), Get('/img'), ContentType('image/png'), async (repo: string) => { return fs.createReadStream('src/libs/magick/red-ball.png'); });
connection: keep-alive content-type: image/png date: Sat, 07 May 2022 10:22:57 GMT keep-alive: timeout=5 transfer-encoding: chunked
export const getB3 = Api(Get(), Get('/img'), ContentType('html'), async (repo: string) => { return fs.createReadStream('index.html'); }); 返回html就没有问题
类似问题:https://github.com/midwayjs/hooks/issues/300