Prepared httpd_stream to be useable for client too.

Fixed obsolete tests/dev compilation (mainly to avoid wrong failure reports).
added package.iron files.
This commit is contained in:
2016-06-15 17:56:22 +02:00
parent 113aa69efc
commit dfa60bf8f5
11 changed files with 378 additions and 256 deletions

View File

@@ -1,13 +1,3 @@
note
title: Web Server Foundation
description: Core of the Eiffel Web Framework, used to build web server application.
tags: ewf,server,httpd,request,connector
license: Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)
link[license]: https://github.com/EiffelWebFramework/EWF/blob/master/LICENSE
link[source]: "Github" https://github.com/EiffelWebFramework/EWF
link[doc]: "Documentation" http://eiffelwebframework.github.io/EWF/
end
package wsf
@@ -37,6 +27,7 @@ project
default_standalone = "default/standalone-safe.ecf"
default_standalone = "default/standalone.ecf"
note
title: Web Server Foundation
description: "[