add version information to splithttp
parent
2e4bbb7496
commit
91d8b200a0
|
@ -1,5 +1,6 @@
|
||||||
# SplitHTTP
|
# SplitHTTP
|
||||||
|
|
||||||
|
<Badge text="v1.8.16+" type="warning"/>
|
||||||
|
|
||||||
使用HTTP分块传输编码下载,使用多个HTTP POST请求进行上传。
|
使用HTTP分块传输编码下载,使用多个HTTP POST请求进行上传。
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
# SplitHTTP
|
# SplitHTTP
|
||||||
|
|
||||||
|
<Badge text="v1.8.16+" type="warning"/>
|
||||||
|
|
||||||
Uses HTTP chunked-transfer encoding for download, and multiple HTTP requests for upload.
|
Uses HTTP chunked-transfer encoding for download, and multiple HTTP requests for upload.
|
||||||
|
|
||||||
Can be deployed on CDNs that do not support WebSocket, but there is still one requirement:
|
Can be deployed on CDNs that do not support WebSocket, but there is still one requirement:
|
||||||
|
|
Loading…
Reference in New Issue