https://github.com/redneb/chunked-examples
Some examples of HTTP responses that use chunked transfer encoding
https://github.com/redneb/chunked-examples
Last synced: 3 months ago
JSON representation
Some examples of HTTP responses that use chunked transfer encoding
- Host: GitHub
- URL: https://github.com/redneb/chunked-examples
- Owner: redneb
- Created: 2013-05-31T06:24:10.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-05-31T06:51:08.000Z (about 12 years ago)
- Last Synced: 2025-01-19T19:55:55.511Z (5 months ago)
- Homepage:
- Size: 102 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This repository contains three examples of HTTP responses that use
chunked transfer encoding. Note that for all files, CR+LF line breaks
are used as required by the specification. Make sure that you preserve
the encoding of line breaks when handling these files.complete
This is a correct HTTP response.incomplete-incomplete-chunk
This is an incomplete response. The last chunk is also incomplete.incomplete-complete-chunk
This is an incomplete response. The last chunk is complete but its
length is not zero.