Skip to content

v3: ranged request support

luna requested to merge v3-ranged-reqs into v3

closes #94 (closed)

  • HEAD support (given by default from quart) was improved:
    • content-length
    • content-disposition
  • Range request support is now enabled. (send_file has a conditional keyword argument that was unknown.)
  • add TestClient.head and tests for Range header

Merge request reports