--- title: 100 Continue slug: Web/HTTP/Status/100 translation_of: Web/HTTP/Status/100 ---
O Status HTTP 100 Continue
indica que até o momento tudo está OK e que o cliente pode continuar com a requisição ou ignorar caso já tenha terminado.
Para ter uma verificação pelo servidor o cliente deve enviar o header {{HTTPHeader("Expect")}}: 100-continue
na requisição inicial e receber o status 100 Continue
antes de enviar o body da requisição.
100 Continue
Specification | Title |
---|---|
{{RFC("7231", "100 Continue" , "6.2.1")}} | Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content |
The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.
{{Compat("http.status.100")}}