Unfiltered 0.1.4
library
- The parameter extractor abstract class
Params.Namedis now called Params.Extract - A new QParams object facilitates fine-grained error reporting for arbitrarily many failing parameters. See example usage in ParamsSpec. Special thanks to league for rewriting it, twice.
- Support for multi-valued request headers (simplistic tokenization on comma) contributed by chrislewis
uploads
Multipart file upload extractors
- MultiPartParams.Disk - writes file data to disk after exceeding a memory limit
- MultiPartParams.Memory - in memory files for environments which prohibit writing to disk such as Google App Engine (contributed by eed3si9n)
- MultiPartParams.Streamed - files are read from input stream
json
- Jsonp callback extractors
- JsonBody extractor which extracts the body of an accepts application/json request and parses the result with lift-json
scalate
Unfiltered is a toolkit for serving HTTP requests in Scala.
