EWF
EWF copied to clipboard
Eiffel Web Framework -- Provide a common framework to build easily web server application in Eiffel (portable on various connector and platforms)
provide Eiffel lib based on cypress to access github web api. This should abstract the notion of OAuth ... and be simple to use.
Integrate nino/concurrent with EWF suspended for now due to non obvious design issue
We could have a WSF_APP that would be easily attached to a WSF_SERVICE ... I mean mainly Router and the idea would be to have reusable application component. For instance...
Allow code to put content back to the client without specifying a content-length On HTTP/1.1 this could be implemented using chunked encoding On HTTP/1.0 .. chunked encoding is not permitted,...
For now, there are some default MIME handler in WSF_REQUEST But not yet a way to change this default globally
We need to add much more tests to catch any regression or defect