mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-09 05:30:21 +02:00
doc: Improve content-range HTTP header documentation.
* doc/ref/web.texi (HTTP Headers): Improve punctuation in content-range HTTP header documentation. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
3f279562ff
commit
782a5af969
1 changed files with 5 additions and 5 deletions
|
@ -772,11 +772,11 @@ The MD5 digest of a resource.
|
|||
@end deftypevr
|
||||
|
||||
@deftypevr {HTTP Header} List content-range
|
||||
A range specification, as a list of three elements: the symbol
|
||||
@code{bytes}, either the symbol @code{*} or a pair of integers,
|
||||
indicating the byte range, and either @code{*} or an integer, for the
|
||||
instance length. Used to indicate that a response only includes part of
|
||||
a resource.
|
||||
Range specification as a list of three elements: the symbol
|
||||
@code{bytes}, either the symbol @code{*} or a pair of integers
|
||||
indicating the byte range, and either @code{*} or an integer indicating
|
||||
the instance length. Used to indicate that a response only includes
|
||||
part of a resource.
|
||||
@example
|
||||
(parse-header 'content-range "bytes 10-20/*")
|
||||
@result{} (bytes (10 . 20) *)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue