Последние авторы
1 **HyperText Transfer Protocol**
2
3 Работает на основе [[TCP>>Сети.Протоколы.TCP.WebHome]] соединения.
4
5 Сообщения HTTP
6 [[https:~~/~~/developer.mozilla.org/ru/docs/Web/HTTP/Messages>>https://developer.mozilla.org/ru/docs/Web/HTTP/Messages]]
7
8 (% style="width:354px" %)
9 |(% style="width:351px" %)Http статус коды.
10 |(% style="width:351px" %)1xx: Informational (информационные)
11 |(% style="width:351px" %)2xx: Success (успешно)
12 |(% style="width:351px" %)3xx: Redirection (перенаправление)
13 |(% style="width:351px" %)4xx: Client Error (ошибка клиента)
14 |(% style="width:351px" %)5xx: Server Error (ошибка сервера):
15
16 ----
17
18 ==== Внутренние ссылки: ====
19
20 ====== Дочерние страницы: ======
21
22 {{children/}}
23
24 ====== Обратные ссылки: ======
25
26 {{velocity}}
27 #set ($links = $doc.getBacklinks())
28 #if ($links.size() > 0)
29 #foreach ($docname in $links)
30 #set ($rdoc = $xwiki.getDocument($docname).getTranslatedDocument())
31 * [[$escapetool.xml($rdoc.fullName)]]
32 #end
33 #else
34 No back links for this page!
35 #end
36 {{/velocity}}
37
38 ----