Add Readme for stream API actions
Some checks failed
Build Action / Build-LiteLoader (push) Has been cancelled
Build Action / Build-Shell (push) Has been cancelled

Introduces a Readme.txt file in the stream action directory, providing an overview and usage notes for stream-related API functions such as file upload, download, and cleanup.
This commit is contained in:
手瓜一十雪 2025-09-16 23:33:48 +08:00
parent 84d3dc9f40
commit 32bba007cd

View File

@ -0,0 +1,9 @@
# Stream-Api
## 流式接口总览
clean_stream_temp_file 清理流临时文件
test_stream_download 测试流传输
download_file_stream 下载文件流传输 get_file替代
upload_file_stream 上传文件流
## 使用