Skip to content

Commit 6a9b025

Browse files
authored
Update README.md
1 parent 198211e commit 6a9b025

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Web API:
3838
* `POST /store` writes the posted content to disk at /data/hash and returns the SHA1 hash of the content
3939
* `GET /store/{hash}` returns the content of the file /data/hash if exists
4040
* `GET /ws/echo` echos content via websockets `podcli ws ws://localhost:9898/ws/echo`
41+
* `GET /chunked/{seconds}` uses `transfer-encoding` type `chunked` to give a partial response and then waits for the specified period
4142

4243
### Guides
4344

0 commit comments

Comments
 (0)