-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Currently it is not possible to override the resource handling, and the current implementation of streaming is not always desirable (in fact, it is probably only desirable when you have a local cache, or you have a network segmented setup).
At the very least, it would be good to be able to override the HttpResponse handling, such that we could choose to return a RedirectResponse, and avoid having the streaming overhead on every simple-repository-server.
Perhaps something like a base class:
class ResourceHandler:
def handle_HttpResponse(...)
Such that you can easily override it would be the simplest way to go
Metadata
Metadata
Assignees
Labels
No labels