Was this article helpful?

Transfer-Encoding

Modified 18:53, 22 Jul 2008 by SteveB
Table of contents
No headers

The Transfer-Encoding general-header field indicates what (if any) type of transformation has been applied to the message body in order to safely transfer it between the sender and the recipient. This differs from the content-coding in that the transfer-coding is a property of the message, not of the entity.

     Transfer-Encoding       = "Transfer-Encoding" ":" 1#transfer-coding

Transfer-codings are defined in section 3.6. An example is:

     Transfer-Encoding: chunked

If multiple encodings have been applied to an entity, the transfer- codings MUST be listed in the order in which they were applied. Additional information about the encoding parameters MAY be provided by other entity-header fields not defined by this specification.

Many older HTTP/1.0 applications do not understand the Transfer- Encoding header.

Was this article helpful?
Pages that link here
Page statistics
1254 view(s) and 1 edit(s)
Social share
Share this page?

Tags

Comments

You must to post a comment.

Attachments