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

add Range support #13

Open
benoitc opened this issue May 29, 2013 · 1 comment
Open

add Range support #13

benoitc opened this issue May 29, 2013 · 1 comment

Comments

@benoitc
Copy link
Member

benoitc commented May 29, 2013

Add range support to be able to fetch only partial blobs or stream them.

@benoitc
Copy link
Member Author

benoitc commented Jun 8, 2013

The new internal coffer api willl be:

Options = [{window, 1024}, {timeout, infinity}, {range, Range}, {ranges, Ranges}]
Range = {start, end}
Ranges = [Range]

new_stream(Storage, BlobRef, Options)

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