Files
EWF/examples/tutorial/step_2/hello/alternatives
Jocelyn Fiat 186e5514eb If the count for put_file_content is not positive (i.e <= 0), do not send anything.
Output/log more information for request handling when standalone httpd server has verbose enabled.
2016-12-01 21:20:14 +01:00
..

This folder contains 2 alternatives code

1) "message" using the WSF_MESSAGE_EXECUTION interface, i.e
	message: WSF_RESPONSE_MESSAGE
		do
			...
		end


2) "launcher" using the WSF_RESPONSE_SERVICE interface, but it uses a launcher to start the service, instead of inheriting from WSF_DEFAULT_SERVICE