Baseline Widely available
The HTTP Content-Length
header indicates the size, in bytes, of the message body sent to the recipient.
Content-Length
is limited in that the message size must be known up front, before sending the headers, which is a problem when content is dynamically generated or streamed.
Transfer-Encoding: chunked
for responses sent out in parts as its size is calculated.Content-Length
is redundant, because the content length may be inferred from DATA frames. It may still be included for backwards compatibility.<length>
The length in octets.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4