The chunked transfer coding wraps the payload body in order to transfer it as a series of chunks, each with its own size indicator, followed by an OPTIONAL trailer containing header fields. Chunked enables content streams of unknown size to be transferred as a sequence of length-delimited buffers, which enables the sender to retain connection persistence and the recipient to know when it has received the entire message. (RFC 7230: Hypertext Transfer Protocol (HTTP/1.1): Message Syntax and Routing)



JSON

Return to list of all ( HTTP Transfer Codings | Web Concepts )