Files
EWF/library/server/wsf
Jocelyn Fiat 1037256ea6 Refactored using an abstraction WSF_PROTECTION.
This protection could be implemented with a regular expression,
    or using another solution (as manual parsing).
  Also, when a protection detects an issue, instead of returning empty string,
    it returns Void. If the value is a multiple string value, if an item is detected for an issue,
    the returned multiple string value is now Void.
  This abstraction will allow to return either Void, or a "corrected" value,
    for instance the string value, without the detected "<script..>..</script>" text.
  TODO: improve the WSF_PROTECTION_REGEXP to allow replacement strategy.
2017-11-27 15:44:19 +01:00
..
2017-03-07 14:31:36 +01:00
2017-11-22 17:22:02 -03:00
2017-11-10 10:37:32 -03:00
2017-10-06 14:06:46 +02:00
2017-10-26 10:19:56 +02:00
2017-10-26 10:19:56 +02:00
2017-11-22 17:22:02 -03:00
2017-11-22 17:22:02 -03:00
2017-03-07 14:31:36 +01:00
2017-11-13 15:06:02 -03:00

Web Server Framework

User friendly framework to build Eiffel Web server applications. It is built on top of EWSGI to benefit from the various EWSGI connectors.

Requirements

Content

  • Core classes for the Web Server Framework
  • Router library

Overview

Usage

Examples