9 lines
198 B
YAML
9 lines
198 B
YAML
name: Range
|
|
in: header
|
|
required: false
|
|
description: >
|
|
Byte range for partial content retrieval.
|
|
Example: `bytes=0-1023` to request the first 1024 bytes of the file.
|
|
schema:
|
|
type: string
|