MCPcopy
hub / github.com/encode/starlette / RangeNotSatisfiable

Class RangeNotSatisfiable

starlette/responses.py:291–293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

289
290
291class RangeNotSatisfiable(Exception):
292 def __init__(self, max_size: int) -> None:
293 self.max_size = max_size
294
295
296class FileResponse(Response):

Callers 1

_parse_range_headerMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected