Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
291
class
RangeNotSatisfiable(Exception):
292
def
__init__(self, max_size: int) -> None:
293
self.max_size = max_size
294
295
296
class
FileResponse(Response):
Callers
1
_parse_range_header
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected