3.17. RANGE string

[<<<] [>>>]

curl::option CurlHandle,"RANGE","3321-3322"

Pass a string as parameter, which should contain the specified range you want. It should be in the format "X-Y", where X or Y may be left out. HTTP transfers also support several intervals, separated with commas as in "X-Y,N-M". Using this kind of multiple intervals will cause the HTTP server to send the response document in pieces.


[<<<] [>>>]