http: Some convenience mods and additions
authorLucian Mogosanu <lucian.mogosanu@gmail.com>
Sun, 23 Apr 2017 17:20:54 +0000 (20:20 +0300)
committerLucian Mogosanu <lucian.mogosanu@gmail.com>
Sun, 23 Apr 2017 17:23:33 +0000 (20:23 +0300)
commit18ad306016a82247e613df737f905f4e794fce24
tree4b7b2159bb27ebb436ede4e2c63f7a8fdffc9124
parent4bce8afb55ca81410341500feeb8153eb6d0d046
http: Some convenience mods and additions

* Use cl-http-server routes to route to about, archive, index, etc.

* Don't handle the default page in cl-http-server

* Manage site config by setup-ing/unsetup-ing routes in their respective
  hash tables. We have some default things plus some neat redirects, but
  we still only serve static content at the moment.
http.lisp
stolen/cl-http-server/src/package.lisp
stolen/cl-http-server/src/server.lisp