fukamachi / caveman

Lightweight web application framework for Common Lisp.
http://8arrow.org/caveman/
775 stars 63 forks source link

Updates to documentation #64

Closed Failproofshark closed 9 years ago

Failproofshark commented 9 years ago

Hello,

I recently updated my application to work with the newest version of caveman 2 and noticed a few differences in the API that differs to what's currently documented.

I realize that Lack's API is in beta and prone to change so if this PR doesn't get accepted I understand.

The changes mainly concern

  1. Method to set and access header information (from headers to response-headers or request-headers)
  2. Using a RDBMS to store session data using the lack builder DSL.
fukamachi commented 9 years ago

Thanks!