forked from httpcats/http.cat
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(status): improve 214 status description content
- Loading branch information
1 parent
a92bb04
commit 2a2ee0e
Showing
1 changed file
with
15 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,20 @@ | ||
## Description | ||
|
||
The HTTP `214 Transformation Applied` Is a warning code. | ||
<aside class="alert"><strong>Deprecated:</strong> The HTTP 214 Transformation Applied status code and the Warning HTTP Header have been deprecated.</aside> | ||
|
||
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) |