Исходный код вики HTTP 1.1
Редактировал(а) Alexandr Fokin 2024/02/17 12:18
Последние авторы
author | version | line-number | content |
---|---|---|---|
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 | ||
4 | [[https:~~/~~/developer.mozilla.org/ru/docs/Web/HTTP/Messages>>https://developer.mozilla.org/ru/docs/Web/HTTP/Messages]] | ||
5 | |(% style="width:92px" %)Http статус коды|(% style="width:1393px" %)((( | ||
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 | ))) | ||
13 | |||
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 | ---- |