jazzband / django-downloadview

Serve files with Django.
https://django-downloadview.readthedocs.io
Other
374 stars 57 forks source link

HTTPFile implements content_type property #116

Closed benoitbryon closed 8 years ago

benoitbryon commented 8 years ago

Response tries to use content_type property from file wrapper.

So HTTPFile should implement such a property, and thus forward the Content-Type from remote ressource. Just like it proxies Content-Length.