Skip to content
The HTTP Cabinet

/static/gabinete/en/etiqueta/informativos/

Menu

This filter is a page

Drawer: Informational (1xx)

Interim responses, sent before the real one.

4 curiosities on this page

  1. HTP-001 100 Continue Go ahead with the rest — the server accepts the body before receiving it. Informational (1xx) common
  2. HTP-002 101 Switching Protocols The handshake that turns HTTP into something else — WebSocket, almost always. Informational (1xx) common
  3. HTP-003 102 Processing Still working on it, said the WebDAV server — a deprecated code. Informational (1xx) forgotten
  4. HTP-004 103 Early Hints Headers that arrive before the response, so the browser can get a head start. Informational (1xx) uncommon