Correct: curl -v "http://httpbin.org/range/100?duration=6&chunk_size=5" -r1-67 -N The content is returned in sections. Wrong: curl -v "http://httpbingo.org/range/100?duration=6&chunk_size=5" -r1-67 -N The content is returned at once
Correct:
curl -v "http://httpbin.org/range/100?duration=6&chunk_size=5" -r1-67 -N
The content is returned in sections.
Wrong:
curl -v "http://httpbingo.org/range/100?duration=6&chunk_size=5" -r1-67 -N
The content is returned at once