Previous: Section 4.10
Up: Part I
Next: Section 5.1
5
HTTP and REST
We explored Lift’s HTML generation features. Let’s dive down to a lower level and handle HTTP requests REST-style. The code for this chapter can be found at
https://github.com/dpp/simply_lift/tree/master/samples/http_rest
Contents for Chapter 5
Section 5.1: Introduction
Section 5.2: REST the hard way
Section 5.3: Making it easier with
RestHelper
Section 5.4: A complete REST example
Section 5.5: Wrap Up
Previous: Section 4.10
Up: Part I
Next: Section 5.1
(C) 2012 David Pollak