refactor
This commit is contained in:
parent
c5cd492449
commit
6cf9d746f9
8 changed files with 293 additions and 31 deletions
|
@ -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>-
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue