I implemented a download function by this code:
path("download" / Segment) { name => getFromFile(name) }
But there is