We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 198211e commit 6a9b025Copy full SHA for 6a9b025
README.md
@@ -38,6 +38,7 @@ Web API:
38
* `POST /store` writes the posted content to disk at /data/hash and returns the SHA1 hash of the content
39
* `GET /store/{hash}` returns the content of the file /data/hash if exists
40
* `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
42
43
### Guides
44
0 commit comments