Roda 3.102.0 Released #415
jeremyevans
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Roda 3.102.0 has been released!
New Features
A response_attachment plugin has been extracted from the
sinatra_helpers plugin, allowing the use of the response.attachment
method without having to include the rest of sinatra_helpers:
A send_file plugin has been extracted from the sinatra_helpers
plugin, allowing the use of send_file without having to include the
rest of sinatra_helpers. This allows you to return the content of a
file as the response. It also sets the content-disposition and
content-type headers as appropriate based on the file extension:
Thanks,
Jeremy
All reactions