Skip to content

Releases: mobiusy/dify_plugins

Release list

v0.0.3

Choose a tag to compare

@mobiusy mobiusy released this 05 Dec 07:10

34ba613 fix(http_request_stream): 修复事件流数据处理中的空格问题

Full Changelog: v0.0.2...v0.0.3

v0.0.2

Choose a tag to compare

@mobiusy mobiusy released this 20 Nov 03:32

一个用于发送 HTTP 请求并以流式方式返回响应内容的插件。该插件特别适用于对接支持流式输出(如 SSE、分块响应)的 HTTP 服务,并将流内容实时输出给回答节点。
A plugin used to send HTTP requests and return response content in a streaming manner. This plugin is particularly suitable for connecting to HTTP services that support streaming output (such as SSE, chunked responses) and outputting the streaming content to the answer node in real-time.

Full Changelog: https://github.com/mobiusy/dify_plugins/commits/v0.0.2