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