From 074785cea106179cb3305637055ab0a009ca74f2 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:42:52 -0500 Subject: initial commit --- .../pt-br/web/http/headers/accept-patch/index.html | 89 ++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 files/pt-br/web/http/headers/accept-patch/index.html (limited to 'files/pt-br/web/http/headers/accept-patch') diff --git a/files/pt-br/web/http/headers/accept-patch/index.html b/files/pt-br/web/http/headers/accept-patch/index.html new file mode 100644 index 0000000000..4c26935746 --- /dev/null +++ b/files/pt-br/web/http/headers/accept-patch/index.html @@ -0,0 +1,89 @@ +--- +title: Accept-Patch +slug: Web/HTTP/Headers/Accept-Patch +tags: + - Cabeçalho HTTP + - Cabeçalho de Resposta + - HTTP + - Reference + - Referencia +translation_of: Web/HTTP/Headers/Accept-Patch +--- +
{{HTTPSidebar}}
+ +

O cabeçalho de resposta HTTP Accept-Patch indica qual tipo de mídia o servidor está apto a entender.

+ +

Accept-Patch na resposta de qualquer método significa que o PATCH é permitido no recurso identificado pela Request-URI. Dois casos comuns que levam a isso:

+ +

O servidor recebendo uma requisição PATCH com um tipo de mídia não suportado pode responder com {{HTTPStatus("415")}} Unsupported Media Type e um cabeçalho Accept-Patch referenciando um ou mais tipos de mídia suportados.

+ +
Notas: + + +
+ + + + + + + + + + + + +
Tipo de cabeçalho{{Glossary("Response header")}}
{{Glossary("Forbidden header name")}}sim
+ +

Sintaxe

+ +
Accept-Patch: application/example, text/example
+Accept-Patch: text/example;charset=utf-8
+Accept-Patch: application/merge-patch+json
+
+ +

Diretivas

+ +

Nenhuma.

+ +

Exemplos

+ +
Accept-Patch: application/example, text/example
+
+Accept-Patch: text/example;charset=utf-8
+
+Accept-Patch: application/merge-patch+json
+
+ +

Especificações

+ + + + + + + + + + + + +
SpecificationTítulo
{{RFC("5789", "Accept-Patch", "3.1")}}HTTP PATCH
+ +

Compatibilidade de navegador

+ + + +

{{Compat("http.headers.Accept-Patch")}}

+ +

Veja também

+ + -- cgit v1.2.3-54-g00ecf