3 Feb 02:55
Koala update
From: Bastian Müller <turbo24prg <at> web.de>
Subject: Koala update
Newsgroups: gmane.comp.lang.dylan.gwydion.devel
Date: 2008-02-03 01:57:11 GMT
Subject: Koala update
Newsgroups: gmane.comp.lang.dylan.gwydion.devel
Date: 2008-02-03 01:57:11 GMT
Hej,
as already discussed in #dylan, i'd like to put some effort
into koala. The changes include:
(1) Replace the simple URI handling with a mostly RFC 3986
compliant URI library soon to be put into /libraries/.
Currently, koala percent-decodes the whole URL, ie.
destroys it.
(2) Replace the date handling in the logging functions with
format-date.
(4) Create some macros that keep the URL <=> responder mappings
at a central place. hannes suggested something like
(including my ideas):
define responders
"/foo/" (regex) // with argument-regex (see below)
begin
method1; // several methods
method2;
method3
end,
"/bar/" (regex)
method4,
"/baz/" () // without argument-regex
method5,
"/blub", // normal page-responder
method6,
(Continue reading)
RSS Feed