Skip to content

hohonuuli/demo-chunk-server

Repository files navigation

demo-chunk-server

Very simple server that responds with Transfer-encoding: chunked data. Created to work on the answer to a StackOverflow question.

It's published as a docker container. To run:

docker run -p 8080:8080 hohonuuli/demo-chunk-server

Then point your browser or HTTP tool at http://localhost:8080/chunk/10. The 10 in the URL represents the number of chunks that the server will respond with.

Swagger docs are available when running the server at http://localhost:8080/swagger/demo-chunk-server-0.1.0.yml

About

Repo to answer a stackoverflow question.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published