This commit is contained in:
JMARyA 2023-12-04 11:28:33 +01:00
parent c5cd492449
commit 6cf9d746f9
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
8 changed files with 293 additions and 31 deletions

View file

@ -303,7 +303,7 @@ Headers can be grouped according to their contexts:
```http
Accept-Ranges: bytes
```
- `Ramge`:
- `Range`:
The `Range` HTTP request header indicates the parts of a resource that the server should return. Several parts can be requested at the same time in one Range header, and the server may send back these ranges in a multipart document. If the server sends back ranges, it uses the `206 Partial Content` status code for the response. If the ranges are invalid, the server returns the `416 Range Not Satisfiable` error.
```http
Range: <unit>=<range-start>-

View file

@ -5,7 +5,7 @@ category: service
---
# i2pd
i2pd daemon
i2pd daemon for [I2P](../../../tools/I2P.md).
![Screenshot][Screenshot]