eudoxia0 / lucerne

A web framework for Common Lisp, built on Clack
http://borretti.me/lucerne/
142 stars 19 forks source link

Non-string response bodies #9

Closed gschjetne closed 9 years ago

gschjetne commented 9 years ago

Great work on the framework! I really like how it's laid out.

Today I needed to return some binary data for one of my views and found that respond only accepted a string body. So here's a quick fix that lets you use vectors and pathnames as well.