servant-multipart
servant-multipart copied to clipboard
is there a way to have per-route file size limitations?
trafficstars
Only way i can see to do it right now is to create a subserver with a different config/context as a wai app then mount it with Raw, which is rather unpleasant.