requests icon indicating copy to clipboard operation
requests copied to clipboard

支持sse请求吗

Open meesii opened this issue 2 years ago • 2 comments

请问支持text/event-stream格式的sse请求吗?

meesii avatar Oct 15 '23 10:10 meesii

暂时不支持stream流

wangluozhe avatar Dec 05 '23 06:12 wangluozhe

@wangluozhe 后续有机会支持到吗?这么好用的库

lightcax avatar Oct 16 '24 08:10 lightcax

现在是支持stream流了,在req.Stream = true,并且使用response的body即可。

wangluozhe avatar Sep 15 '25 07:09 wangluozhe