aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/web/http/status/202/index.html
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:42:52 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:42:52 -0500
commit074785cea106179cb3305637055ab0a009ca74f2 (patch)
treee6ae371cccd642aa2b67f39752a2cdf1fd4eb040 /files/pt-br/web/http/status/202/index.html
parentda78a9e329e272dedb2400b79a3bdeebff387d47 (diff)
downloadtranslated-content-074785cea106179cb3305637055ab0a009ca74f2.tar.gz
translated-content-074785cea106179cb3305637055ab0a009ca74f2.tar.bz2
translated-content-074785cea106179cb3305637055ab0a009ca74f2.zip
initial commit
Diffstat (limited to 'files/pt-br/web/http/status/202/index.html')
-rw-r--r--files/pt-br/web/http/status/202/index.html37
1 files changed, 37 insertions, 0 deletions
diff --git a/files/pt-br/web/http/status/202/index.html b/files/pt-br/web/http/status/202/index.html
new file mode 100644
index 0000000000..a8947da1a4
--- /dev/null
+++ b/files/pt-br/web/http/status/202/index.html
@@ -0,0 +1,37 @@
+---
+title: 202 Accepted
+slug: Web/HTTP/Status/202
+tags:
+ - Código 202
+ - Código de status
+ - HTTP
+ - Referencia
+ - Resposta bem-sucedida
+translation_of: Web/HTTP/Status/202
+---
+<p>O código resposta HyperText Transfer Protocol (HTTP) <code><strong>202 Accepted</strong></code> indica que a requisição foi recebida, mas não pode atuar ainda. Ela é sem compromisso, significando que não há maneira de o HTTP  enviar posteriormente uma resposta assíncrona indicando a saída do processamento da requisição. A intenção desta resposta é para os casos onde outro processo ou, ainda, servidor lida com a requisição ou para processamentos <em>batch.</em></p>
+
+<h2 id="Status">Status</h2>
+
+<pre class="syntaxbox">202 Accepted</pre>
+
+<h2 id="Especificações">Especificações</h2>
+
+<table class="standard-table">
+ <tbody>
+ <tr>
+ <th scope="col">Especificação</th>
+ <th scope="col">Título</th>
+ </tr>
+ <tr>
+ <td>{{RFC("7231", "202 Accepted" , "6.3.3")}}</td>
+ <td>Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content</td>
+ </tr>
+ </tbody>
+</table>
+
+<h2 id="Veja_também">Veja também</h2>
+
+<ul>
+ <li>{{HTTPHeader("Accept")}}</li>
+</ul>