Check out www.actionherojs.com! We've overhauled our website to be more pleasant to read and the documentation easier to work with. We've also moved back to a plain Jekyll website. We can utilize GitHub's automatic site hosting from within the master branch, and we no longer need a publishing workflow nor do we need a gh-pages branch.
sendFile with buffers.run: function (api, data, next) { const buffer = 'Example of data buffer'; let bufferStream = new stream.PassThrough(); bufferStream.end(buffer); data.connection.rawConnection.responseHeaders.push(['Content-Disposition', 'attachment; filename=test.csv']); api.servers.servers.web.sendFile(data.connection, null, bufferStream, 'text/csv', buffer.length, new Date()); data.toRender = false; next(); }
if-modified-since header issue on a 404NODE_ENV=production will allow locale files to be written by defaultREDIS_PASSWORDactionhero version will now return the version of ActionHero in useactionhero help, actionhero generate and actionhero version can be run when installed globally outside of an ActionHero project directory