aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/web/http/status/201/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/pt-br/web/http/status/201/index.html')
-rw-r--r--files/pt-br/web/http/status/201/index.html41
1 files changed, 41 insertions, 0 deletions
diff --git a/files/pt-br/web/http/status/201/index.html b/files/pt-br/web/http/status/201/index.html
new file mode 100644
index 0000000000..a77feeeee8
--- /dev/null
+++ b/files/pt-br/web/http/status/201/index.html
@@ -0,0 +1,41 @@
+---
+title: 201 Created
+slug: Web/HTTP/Status/201
+translation_of: Web/HTTP/Status/201
+---
+<div>{{HTTPSidebar}}</div>
+
+<p>O status HTTP "<strong>201 Created</strong>" é utilizado como resposta de sucesso, indica que a requisição foi bem sucedida e que um novo recurso foi criado. Este novo recurso é efetivamente criado antes do retorno da resposta e o novo recurso é enviado no corpo da mensagem (pode vir na URL ou na header  {{HTTPHeader("Location")}}).</p>
+
+<p>Comumente, este status é utilizado em requisições do tipo {{HTTPMethod("POST")}}.</p>
+
+<h2 id="Status">Status</h2>
+
+<pre class="syntaxbox">201 Created</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", "201 Created" , "6.3.2")}}</td>
+ <td>Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content</td>
+ </tr>
+ </tbody>
+</table>
+
+<h2 id="Compatibilidade_com_navegadores">Compatibilidade com navegadores</h2>
+
+<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
+
+<p>{{Compat("http.status.201")}}</p>
+
+<h2 id="Veja_mais">Veja mais</h2>
+
+<ul>
+ <li><a href="/en-US/docs/Web/HTTP/Methods">HTTP request methods</a></li>
+</ul>