Issue 457 -- add REST helpers to Lift
Updated 1 year, 9 months ago
| David Pollak | Reviewers | ||
| dpp, timperrett, marius, charles, heiko, joni, atsuhiko, jorge, naftoli, kris, indrajit, alexb, dlouwers, mstarzyk, rmellgren, jhoffman, probinett, jmadsen, mhartmann, jstrachan, jgoday | |||
| None | LiftWeb-archive | ||
https://liftweb.assembla.com/spaces/liftweb/tickets/457-enhanced-rest-wrapper#last_comment dpp_issue_457 Added some REST helpers to Lift. See https://liftweb.assembla.com/spaces/liftweb/wiki?id=liftweb&wiki_id=REST_Web_Services for examples
Updated the ws example to use the new code and did smoke tests
Posted 1 year, 9 months ago (April 27th, 2010, 1:45 a.m.)
Can we have extractors like: def unapply(r: Req): Option[(List[String], Req, List[(String, String)])] ? so that one can pattern match by HTTP header fields as well ?
