Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 421 Bytes

1858.newandimproved.rst

File metadata and controls

9 lines (7 loc) · 421 Bytes

The Request.range <falcon.Request.range> property now has stricter validation:

  • When parsing a byte-range-spec with a last-byte-pos, it must be greater than or equal to first-byte-pos.
  • When parsing a suffix-byte-range-spec, suffix-length must be positive.

Static routes <falcon.App.add_static_route> now support Range requests. This is useful for streaming media and resumable downloads.