abstracted the HTTP_HANDLER

to let the user integrate at the level of its choice
(either very early so handle itself the header handling, or later to reuse existing code)
This commit is contained in:
Jocelyn Fiat
2011-05-27 13:07:06 +02:00
parent 64cf2b6936
commit c553bd1e1e
10 changed files with 249 additions and 277 deletions

View File

@@ -4,7 +4,7 @@
inherit
HTTP_REQUEST_HANDLER
SHARED_DOCUMENT_ROOT
HTTP_SERVER_SHARED_CONFIGURATION
undefine
default_create
end