linqing / cookbook_rest

Code for the REST chapter of the Lift Cookbook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code examples for the REST chapter of the Lift Cookbook

This project contains examples from the Lift Cookbook, online at http://cookbook.liftweb.net/.

To run this application:

  • Install SBT from http://www.scala-sbt.org/

  • Start SBT using sbt (Mac and Linux) or sbt.bat (Windows)

  • In SBT, container:start

There's nothing to see in a browser: these examples work best with cURL or HTTPie.

About

Code for the REST chapter of the Lift Cookbook


Languages

Language:Scala 68.3%Language:HTML 31.7%