
6 Jan
2012
6 Jan
'12
4:03 a.m.
On Fri, Jan 6, 2012 at 1:45 AM, Michael Snoyman
Actually, the application can have full control over this, by either ignoring the request body entirely (Warp will essentially stream it to /dev/null) or throwing an exception.
On this move to conduit, I'd like to see some sort of a Source of POST parameters on Yesod. AFAIK, currently the only pretty API is the one that puts the whole request into memory. What do you think about it, Michael? Something that spits out a stream of data StreamPostParam = NewParam {- info about the param -} Data ByteString Cheers, -- Felipe.