An open API service indexing awesome lists of open source software.

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

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.