diff options
Diffstat (limited to 'files/uk/web/http/заголовки/content-length')
-rw-r--r-- | files/uk/web/http/заголовки/content-length/index.html | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/files/uk/web/http/заголовки/content-length/index.html b/files/uk/web/http/заголовки/content-length/index.html new file mode 100644 index 0000000000..7af666f335 --- /dev/null +++ b/files/uk/web/http/заголовки/content-length/index.html @@ -0,0 +1,62 @@ +--- +title: Content-Length +slug: Web/HTTP/Заголовки/Content-Length +translation_of: Web/HTTP/Headers/Content-Length +--- +<div>{{HTTPSidebar}}</div> + +<p><span class="tlid-translation translation"><span title="">Заголовок об'єкта </span></span><strong><code>Content-Length</code></strong><span class="tlid-translation translation"><span title=""> вказує розмір в байтах корисного навантаження, надісланих одержувачу.</span></span></p> + +<table class="properties"> + <tbody> + <tr> + <th scope="row">Header type</th> + <td>{{Glossary("Entity header")}}</td> + </tr> + <tr> + <th scope="row">{{Glossary("Forbidden header name")}}</th> + <td>yes</td> + </tr> + </tbody> +</table> + +<h2 id="Синтаксис">Синтаксис</h2> + +<pre class="syntaxbox">Content-Length: <length> +</pre> + +<h2 id="Директиви">Директиви</h2> + +<dl> + <dt><length></dt> + <dd><span class="tlid-translation translation"><span title="">Довжина в кількостях октетів, вказана в десятковій формі.</span></span></dd> +</dl> + +<h2 id="Специфікації">Специфікації</h2> + +<table class="standard-table"> + <thead> + <tr> + <th scope="col">Specification</th> + <th scope="col">Title</th> + </tr> + </thead> + <tbody> + <tr> + <td>{{RFC("7230", "Content-Length", "3.3.2")}}</td> + <td>Hypertext Transfer Protocol (HTTP/1.1): Message Syntax and Routing</td> + </tr> + </tbody> +</table> + +<h2 id="Сумісність_з_браузерами">Сумісність з браузерами</h2> + +<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> + +<p>{{Compat("http.headers.Content-Length")}}</p> + +<h2 id="Див._також">Див. також</h2> + +<ul> + <li>{{HTTPHeader("Transfer-Encoding")}}</li> +</ul> |