Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for range requests #1

Open
LordGaav opened this issue Dec 25, 2012 · 0 comments
Open

Support for range requests #1

LordGaav opened this issue Dec 25, 2012 · 0 comments
Assignees

Comments

@LordGaav
Copy link
Owner

Should not be too hard, it seems to hook into the download request we already use.

JobParameters jobParameters = new JobParameters()
    .withArchiveId("*** provide an archive id ***")
    .withDescription("archive retrieval")
    .withRetrievalByteRange("*** provide a retrieval range***") // optional
    .withType("archive-retrieval");
@ghost ghost assigned LordGaav Dec 25, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant