Files
EWF/library/server/wsf
Jocelyn Fiat aa65c16957 Breaking changes:
added `a_request_methods' argument to WSF_ROUTER_SELF_DOCUMENTATION_HANDLER.mapping_documentation
 added similar argument to WSF_ROUTER_SELF_DOCUMENTATION_ROUTER_MAPPING.documentation
Renamed WSF_ROUTER_METHODS as WSF_REQUEST_METHODS
Enhanced WSF_REQUEST_METHODS with new has_... function
Added WSF_ROUTER_VISITOR and WSF_ROUTER_ITERATOR that may be useful to iterate inside the router.
   we may improve the implementation of the router using those visitors in the future.
Improved the WSF_DEFAULT_RESPONSE to embedded suggested items (typically based on pseudo self documented router)
2012-12-19 16:42:26 +01:00
..
2012-12-19 16:42:26 +01:00
2012-12-19 16:42:26 +01:00
2012-12-19 00:10:31 +01:00
2012-10-04 15:04:14 +02:00
2012-12-03 11:12:53 +01:00
2012-12-03 11:12:53 +01:00
2012-12-03 11:12:53 +01:00
2012-12-03 11:12:53 +01: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