Chunked transfer encoding
Streaming data transfer mechanism in HTTP/1.1, which divides the data stream into nonoverlapping chunks sent and received independently
Chunked transfer encoding is a streaming data transfer mechanism available in Hypertext Transfer Protocol (HTTP) version 1.1, defined in RFC 9112 §7.1. In chunked transfer encoding, the data stream is divided into a series of non-overlapping "chunks". The chunks are sent out and received independently of one another.
Nº Q2572227 ★
Common · Knowledge
Chunked transfer encoding
Streaming data transfer mechanism in HTTP/1.1, which divides the data stream into nonoverlapping chunks sent and received independently
Chunked transfer encoding is a streaming data transfer mechanism available in Hypertext Transfer Protocol (HTTP) version 1.1, defined in RFC 9112 §7.1. In chunked transfer encoding, the data stream is divided into a series of non-overlapping "chunks". The chunks are sent out and received independently of one another.
Last price
—
Floor price
—
7-day median
—
30-day sales
0
30-day range
—
In circulation
0
Price history
median
low – high
sales
No sales in this period
Show table
| Date | median | Low | High | sales |
|---|
Sales history
- Last sale
- —
- 30-day average
- —
- 30-day low
- —
- 30-day high
- —
- Sales 7d
- 0
- Sales 30d
- 0
No sales yet.
Anonymous sales: no buyer or seller shown. Figures count player-to-player sales only.
From Wikipedia
Chunked transfer encoding is a streaming data transfer mechanism available in Hypertext Transfer Protocol (HTTP) version 1.1, defined in RFC 9112 §7.1. In chunked transfer encoding, the data stream is divided into a series of non-overlapping "chunks". The chunks are sent out and received independently of one another. At any given time, no knowledge of the data stream outside the currently-being-processed chunk is necessary for either the sender or the receiver. Each chunk is preceded by its size in bytes and transmission ends when a zero-length chunk is received. The chunked keyword in the Transfer-Encoding header is used to indicate chunked transfer. Chunked transfer encoding is not supported in HTTP/2, which provides its own mechanisms for data streaming.
Text: Wikipédia, CC BY-SA 4.0. ·
Related cards
Codec
Device or software for encoding or decoding a digital data stream
Nº Q184748 ★★
Encryption
Process of hiding information into an alternative form known as ciphertext
Nº Q141090 ★★★
Base64
Group of binary-to-text encoding schemes using 64 symbols (plus padding)
Nº Q726780 ★★★★
MPEG transport stream
Digital video format used for storage network transmission
Nº Q1194435 ★
Tap code
Encoding for text messages
Nº Q7684384 ★★
Percent-encoding
Mechanism for encoding information in a Uniform Resource Identifier
Nº Q1046948 ★★★