implicit.ly

Scala software, hot off the presses

« Back to blog

Unfiltered 0.1.4

library

  • The parameter extractor abstract class Params.Named is 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

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.