lightbug_http icon indicating copy to clipboard operation
lightbug_http copied to clipboard

[6.1-8] MAY: Unlike Content-Encoding (Section 8.4.1 of [HTTP]), Transfer-Encoding is a property of the message, n...

Open saviorand opened this issue 10 months ago • 0 comments

RFC 9112 Requirement

Section: 6.1-8 Keyword: MAY

Unlike Content-Encoding (Section 8.4.1 of [HTTP]), Transfer-Encoding is a property of the message, not of the representation. Any recipient along the request/response chain MAY decode the received transfer coding(s) or apply additional transfer coding(s) to the message body, assuming that corresponding changes are made to the Transfer-Encoding field value. Additional information about the encoding parameters can be provided by other header fields not defined by this specification.¶

Reference: https://www.rfc-editor.org/rfc/rfc9112.html#section-6.1-8

saviorand avatar Jan 15 '25 14:01 saviorand