Skip to content
Commit 18514d96 authored by Konrad Mohrfeldt's avatar Konrad Mohrfeldt
Browse files

add middleware for handling X-Sendfile responses. refs #82

This development-middleware will handle HttpResponseSendfile response
types with X-Sendfile/X-Accel-Redirects headers and convert them into
a simple FileResponse.

Should only be used during development to circumvent the need for a
dedicated web- or application server that brings native support for
these kind of headers.
parent 7b3abf76
Loading
Loading
Loading
Loading