export handler from REQUEST_ROUTER

This commit is contained in:
Jocelyn Fiat
2012-01-17 07:51:26 -08:00
parent 60574ee85f
commit 4486df14cc
2 changed files with 4 additions and 2 deletions

View File

@@ -52,7 +52,7 @@ feature -- Registration
map_with_uri_template_and_request_methods (create {URI_TEMPLATE}.make (tpl), h, rqst_methods)
end
feature {NONE} -- Access: Implementation
feature {ROUTED_SERVICE_I} -- Hanlder
handler (req: WSF_REQUEST): detachable TUPLE [handler: attached like default_handler; context: like default_handler_context]
local