Thanks to visit codestin.com
Credit goes to github.com

Skip to content

sumerman/chunked_test_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChunkedTestServer

A dummy server that sends chunked responses that contain JSON objects.

Build

docker build --rm -t chunked_test_server .

Run

docker run --rm -p 4001:4001 chunked_test_server

Test with curl

  • Limit to 10 rows: curl http://localhost:4001/chunks?rows=10
  • Run forever: curl http://localhost:4001/chunks

About

A dummy server that sends chunked responses containing JSON objects.

Resources

License

Stars

Watchers

Forks

Packages

No packages published