From 074785cea106179cb3305637055ab0a009ca74f2 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:42:52 -0500 Subject: initial commit --- files/pt-br/web/http/status/200/index.html | 52 ++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 files/pt-br/web/http/status/200/index.html (limited to 'files/pt-br/web/http/status/200') diff --git a/files/pt-br/web/http/status/200/index.html b/files/pt-br/web/http/status/200/index.html new file mode 100644 index 0000000000..362874530b --- /dev/null +++ b/files/pt-br/web/http/status/200/index.html @@ -0,0 +1,52 @@ +--- +title: 200 OK +slug: Web/HTTP/Status/200 +translation_of: Web/HTTP/Status/200 +--- +
+

{{HTTPSidebar}}

+ +

O código HTTP 200 OK é a resposta de status de sucesso que indica que a requisição foi bem sucedida. Uma resposta 200 é cacheável por padrão.

+
+ +

O significado de sucesso depende do método de requisição HTTP: 

+ + + +

O resultado de sucesso de um {{HTTPMethod("PUT")}} ou {{HTTPMethod("DELETE")}} geralmente não são 200 OK, e sim {{HTTPStatus("204")}} No Content (ou {{HTTPStatus("201")}} Created quando o recurso é carregado pela primeira vez).

+ +

Status

+ +
200 OK
+ +

Especificações

+ + + + + + + + + + + + +
EspecificaçãoTítulo
{{RFC("7231", "200 OK" , "6.3.1")}}Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content
+ +

Compatibilidade de navegadores

+ + + +

{{Compat("http.status.200")}}

+ +

Veja também

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