Shirakumo / radiance

A Common Lisp web application environment
https://shirakumo.github.io/radiance/
zlib License
311 stars 19 forks source link

Response output stream #42

Open Shinmera opened 5 years ago

Shinmera commented 5 years ago

The current server interface does not give any way to efficiently output request data, as there is no way to access the response output stream. The server interface and response objects need to be adapted in order to allow for this. Potentially using a method to ask for the stream, which will cause the server to disregard the response content.