Added WSF_ROUTER.pre_route_execution_actions: ACTION_SEQUENCE [like route]
This way, one can add logger hook to router, to see which "route" was taken by the request.
This commit is contained in:
@@ -13,6 +13,7 @@ inherit
|
||||
redefine
|
||||
map_agent_with_request_methods, map_agent_response_with_request_methods
|
||||
end
|
||||
|
||||
create
|
||||
make
|
||||
|
||||
|
||||
@@ -34,6 +34,7 @@ feature -- Initialization
|
||||
do
|
||||
create handlers.make (n)
|
||||
handlers.compare_objects
|
||||
initialize
|
||||
end
|
||||
|
||||
make_with_base_url (n: INTEGER; a_base_url: like base_url)
|
||||
|
||||
Reference in New Issue
Block a user