yiisoft / data-response

https://www.yiiframework.com/
BSD 3-Clause "New" or "Revised" License
17 stars 12 forks source link

Can provide a file download method? #73

Closed hiscaler closed 1 year ago

hiscaler commented 1 year ago

Like https://github.com/yiisoft/yii2/blob/95b0e6010e3960be4e206f9c89c2a4ae5092b86b/framework/web/Response.php

Support send method for download

samdark commented 1 year ago

This package is not for a general response but a response with formatted data. For a general file response there's currently nothing so I've put together some code: https://gist.github.com/samdark/e673a2c5de2bfc556e4b6b1e46f028cf

We'll think about where to put this code.

hiscaler commented 1 year ago

Thank you very much.

samdark commented 1 year ago

https://github.com/yiisoft/response-download/pull/1