Refactor range support implementation (#66) Reduce nesting by extracting to a method allowing guard clauses and inverted the conditionals with early returns. Remove some comments that repeat the code. Use conditional map elements and `..[]` operator to reduce the noise around setting headers. Add tests for requests where the range header is ignored.