diff options
Diffstat (limited to 'files/pt-br/web/http/status/417/index.html')
-rw-r--r-- | files/pt-br/web/http/status/417/index.html | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/files/pt-br/web/http/status/417/index.html b/files/pt-br/web/http/status/417/index.html new file mode 100644 index 0000000000..f13705798d --- /dev/null +++ b/files/pt-br/web/http/status/417/index.html @@ -0,0 +1,35 @@ +--- +title: 417 Expectation Failed +slug: Web/HTTP/Status/417 +translation_of: Web/HTTP/Status/417 +--- +<div>{{HTTPSidebar}}</div> + +<p>O codigo de erro de cliente HTTP <strong><code>417 Expectation Failed</code></strong> indica que a expectativa enviada no cabeçalho da requisição {{HTTPHeader("Expect")}} não foi suprida.</p> + +<p>Veja o cabeçalho {{HTTPHeader("Expect")}} para mais detalhes.</p> + +<h2 id="Estado">Estado</h2> + +<pre class="syntaxbox">417 Expectation Failed</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", "417 Expectation Failed" , "6.5.14")}}</td> + <td>Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content</td> + </tr> + </tbody> +</table> + +<h2 id="Ver_também">Ver também</h2> + +<ul> + <li>{{HTTPHeader("Expect")}}</li> +</ul> |