Jocelyn Fiat 4eb22d0272 Tried to reduce gap between both EWSGI proposals
Re-adapt the Spec-compliant solution (instead of Lib-compliant solution).
  Thus no more 100% deferred interface.
Rename EWSGI_RESPONSE into EWSGI_RESPONSE_BUFFER
Added in extra/response-as-result/  an copy/paste from the implementation of Paul's proposal (not up to date with Paul's spec). But this is mainly for information and tests.
Removed part of the ewsgi/specification interfaces ... to be able to test EWSGI compliant library against the pure specification (experimental).
Renamed most of the GW_... into EWSGI_...
2011-08-01 16:41:16 +02:00
2011-07-21 19:06:04 +02:00
2011-07-18 16:06:21 +02:00
2011-07-28 08:28:54 +02:00
2011-07-07 17:24:21 +02:00
2011-07-21 18:59:27 +02:00
2011-07-21 18:59:27 +02:00

Official project site for Eiffel Web Framework:

For more information please have a look at the related wiki:

How to get the source code?

git clone https://github.com/Eiffel-World/Eiffel-Web-Framework.git cd Eiffel-Web-Framework git submodule update --init git submodule foreach git pull origin master git submodule foreach git checkout master

Overview

  • library/server/ewsgi: Eiffel Web Server Gateway Interface

  • library/server/ewsgi/connectors: various web server connectors for EWSGI

  • library/server/libfcgi: Wrapper for libfcgi SDK

  • library/protocol/http: HTTP related classes, constants for status code, content types, ...

  • library/protocol/uri_template: URI Template library (parsing and expander)

  • library/error: very simple/basic library to handle error

  • library/text/encoder: Various simpler encoder: base64, url-encoder, xml entities, html entities

For more information please have a look at the related wiki:

Description
No description provided
Readme 19 MiB
Languages
Eiffel 61.3%
JavaScript 23.5%
C 6.7%
CSS 2.9%
CoffeeScript 2.5%
Other 3.1%