[Gd-chatter] r11683 - trunk/libraries/network/koala/sources/koala

turbo24prg at gwydiondylan.org turbo24prg at gwydiondylan.org
Sun Feb 17 19:18:10 CET 2008


Author: turbo24prg
Date: Sun Feb 17 19:18:09 2008
New Revision: 11683

Modified:
   trunk/libraries/network/koala/sources/koala/library.dylan
Log:
Job: koala
  synced to library-unix.dylan


Modified: trunk/libraries/network/koala/sources/koala/library.dylan
==============================================================================
--- trunk/libraries/network/koala/sources/koala/library.dylan	(original)
+++ trunk/libraries/network/koala/sources/koala/library.dylan	Sun Feb 17 19:18:09 2008
@@ -152,7 +152,6 @@
     ensure-server,      // Get (or create) the active HTTP server object.
     start-server,
     stop-server,
-    register-url,
     <responder>,
     responder-map,
     add-responder,
@@ -166,6 +165,7 @@
     request-method,              // Returns #"get", #"post", etc
     request-host,
     responder-definer,
+    url-map-definer,
 
     // Form/query values.  (Is there a good name that covers both of these?)
     get-query-value,             // Get a query value that was passed in a URL or a form
@@ -185,8 +185,11 @@
     <virtual-host>,
     *virtual-host*,
     document-root,
+    dsp-root,
     vhost-name,
-    locator-below-document-root?;
+    locator-below-document-root?,
+    locator-below-dsp-root?,
+    locator-below-root?;
 
   // Responses
   create
@@ -269,7 +272,7 @@
     internal-server-error,
     bad-request,
     request-url,
-    request-url-tail,
+    request-tail-url,
     register-auto-responder;
 
   // Debugging



More information about the chatter mailing list