I'm using Kuzzle as a backend for all my business logic for a mobile application and multiple websites. On one website, I need to download a PDF containing multiple reports. To stay in the same architecture, I want to achieve this in a custom Kuzzle plugin.
The default response of a plugin is wrapped in a default HTML response , how ca I precise custom headers to send a file ?