I know Rocket has support for the Accept-Ranges
header, but how would I implement a Responder
that properly handles a Range
header?
I found a version that had some preliminary support for having the Responder
implementation for File
handle a Range
header, but it seems to no longer be present.