hooks icon indicating copy to clipboard operation
hooks copied to clipboard

hooks 返回图片不显示

Open yuwade opened this issue 2 years ago • 1 comments

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就没有问题

yuwade avatar May 07 '22 10:05 yuwade

类似问题:https://github.com/midwayjs/hooks/issues/300

Lxxyx avatar May 10 '22 01:05 Lxxyx