From 2a2ee0eb1c921604d73087e9b455c3c35381688a Mon Sep 17 00:00:00 2001 From: rogeriopvl Date: Sun, 31 Mar 2024 16:29:27 +0100 Subject: [PATCH] fix(status): improve 214 status description content --- content/214.md | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/content/214.md b/content/214.md index e2259d5..d9b53cf 100644 --- a/content/214.md +++ b/content/214.md @@ -1,14 +1,20 @@ ## Description -The HTTP `214 Transformation Applied` Is a warning code. + -This Warning code MUST be added by a proxy if it applies any -transformation to the representation, such as changing the -content-coding, media-type, or modifying the representation data, -unless this Warning code already appears in the response. +The HTTP `214 Transformation Applied` is an unofficial status code used in combination +with the [Warning HTTP header](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Warning) and included with HTTP response messages to indicate +that a transformation has been applied to the representation. - ### See Also - - [Spec](https://datatracker.ietf.org/doc/html/rfc7234#section-5.5.6) - - [WebConcepts](https://webconcepts.info/concepts/http-warn-code/214) +This status code and `Warning` header MUST be added by a proxy if it applies any +transformation to the representation, such as changing the `content-coding`, +`media-type`, or modifying the representation data, unless the `Warning` header +already appears in the response. - **Source:** [https://datatracker.ietf.org/doc/html/rfc7234#section-5.5.6](https://datatracker.ietf.org/doc/html/rfc7234#section-5.5.6) +### See Also + +- [Spec](https://datatracker.ietf.org/doc/html/rfc7234#section-5.5.6) +- [WebConcepts](https://webconcepts.info/concepts/http-warn-code/214) +- [HTTP Warning Header](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Warning) + +**Source:** [https://datatracker.ietf.org/doc/html/rfc7234#section-5.5.6](https://datatracker.ietf.org/doc/html/rfc7234#section-5.5.6)