Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Properly mark Warning HTTP-Header as deprecated #11079

Merged
merged 2 commits into from
Dec 9, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion files/en-us/web/http/headers/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Headers can also be grouped according to how {{Glossary("Proxy_server", "proxies
- : The date/time after which the response is considered stale.
- {{HTTPHeader("Pragma")}}
- : Implementation-specific header that may have various effects anywhere along the request-response chain. Used for backwards compatibility with HTTP/1.0 caches where the `Cache-Control` header is not yet present.
- {{HTTPHeader("Warning")}}
- {{HTTPHeader("Warning")}} {{deprecated_inline}}
- : General warning information about possible problems.

## Client hints
Expand Down
3 changes: 2 additions & 1 deletion files/en-us/web/http/headers/warning/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ tags:
- HTTP Header
- Request header
- Response header
- Deprecated
- Reference
browser-compat: http.headers.Warning
---
{{HTTPSidebar}}
{{HTTPSidebar}} {{deprecated_header}}

> **Note:** The `Warning` header has been deprecated; see
> [Warning
Expand Down