3

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.

Jasmijn
  • 9,370
  • 2
  • 29
  • 43
  • 3
    There seems to be a pending pull request for that: [#887](https://github.com/SergioBenitez/Rocket/pull/887). – E_net4 Aug 28 '19 at 13:36
  • 1
    Thanks! I missed that in my searches. It looks like I will have to implement this behaviour myself for now, sadly. – Jasmijn Aug 28 '19 at 13:49

0 Answers0