fukamachi / clack

Web server abstraction layer for Common Lisp
MIT License
1.04k stars 86 forks source link

Open as a character stream rather than a byte stream #173

Closed jgarte closed 2 years ago

jgarte commented 2 years ago

When uploading a file with clack, how does one force it to open a character stream rather than a byte stream?

fukamachi commented 2 years ago

Look at flexi-streams to see if it help you.