-
Notifications
You must be signed in to change notification settings - Fork 10
Sendfile Middleware #17
Copy link
Copy link
Open
Labels
Description
Provides a mean of intercepting a response whose body is being served from a file and replaces it with a server specific X-Sendfile header. The front-end web server (nginx, httpd, apache) is then responsible for writing the file contents to the client.
Support X-Sendfile and X-Accel-Redirect.
Reactions are currently unavailable