sapling/eden/mononoke/filestore
Thomas Orozco 7644185846 mononoke/filestore: expose Range as an input in range fetches
Summary:
I'd like to add support for Range queries in LFS. In HTTP, the range header
isn't start + size, it's start / end, so I'll need a slightly lower API. This
makes that possible.

Note: Range should have a private constructor, because otherwise we'll get
errors if start > end. Hence the `Range` / `RangeInner` here.

Reviewed By: StanislavGlebik

Differential Revision: D27187817

fbshipit-source-id: 20183d8b200fef6c16e45a66886ce8886d92e4f6
2021-03-23 03:20:35 -07:00
..
src mononoke/filestore: expose Range as an input in range fetches 2021-03-23 03:20:35 -07:00
Cargo.toml vfs: introduce AsyncVfs 2021-03-05 21:47:51 -08:00