aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/http
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-14 12:18:12 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-14 12:18:12 -0500
commit869dd2069c695ee7040cd3261713212155819f42 (patch)
tree320a95de75a89686a9df006b90d923aa7fa0d551 /files/ru/web/http
parenta5fcfafb665e96cae5d04dfba927db8dcdfd7f14 (diff)
downloadtranslated-content-869dd2069c695ee7040cd3261713212155819f42.tar.gz
translated-content-869dd2069c695ee7040cd3261713212155819f42.tar.bz2
translated-content-869dd2069c695ee7040cd3261713212155819f42.zip
final dump 2020-12-14
Diffstat (limited to 'files/ru/web/http')
-rw-r--r--files/ru/web/http/заголовки/accept-ranges/index.html9
1 files changed, 7 insertions, 2 deletions
diff --git a/files/ru/web/http/заголовки/accept-ranges/index.html b/files/ru/web/http/заголовки/accept-ranges/index.html
index b8f63b9d0e..6637d01bbf 100644
--- a/files/ru/web/http/заголовки/accept-ranges/index.html
+++ b/files/ru/web/http/заголовки/accept-ranges/index.html
@@ -1,6 +1,10 @@
---
title: Accept-Ranges
slug: Web/HTTP/Заголовки/Accept-Ranges
+tags:
+ - HTTP
+ - HTTP Заголовок
+ - заголовок ответа
translation_of: Web/HTTP/Headers/Accept-Ranges
---
<div>{{HTTPSidebar}}</div>
@@ -24,7 +28,7 @@ translation_of: Web/HTTP/Headers/Accept-Ranges
<h2 id="Синтаксис">Синтаксис</h2>
-<pre class="syntaxbox">Accept-Ranges: bytes
+<pre class="syntaxbox notranslate">Accept-Ranges: bytes
Accept-Ranges: none</pre>
<h2 id="Указания">Указания</h2>
@@ -40,7 +44,7 @@ Accept-Ranges: none</pre>
<h2 id="Примеры">Примеры</h2>
-<pre>Accept-Ranges: bytes
+<pre class="notranslate">Accept-Ranges: bytes
</pre>
<h2 id="Спецификации">Спецификации</h2>
@@ -69,4 +73,5 @@ Accept-Ranges: none</pre>
<ul>
<li>{{HTTPHeader("If-Range")}}</li>
<li>{{HTTPHeader("Range")}}</li>
+ <li><a href="https://www.iana.org/assignments/http-parameters/http-parameters.xhtml#range-units">IANA HTTP Range Unit Registry</a></li>
</ul>