Files
EWF/library/server/wsf
Jocelyn Fiat eca868f10f Fixed self documentation when querying documentation related to a specific resource (uri, uri-template, ..)
Before it was showing only the first found
so if we had
  "/foo" GET -> FOO_GET_HANDLER
  "/foo" POST -> FOO_POST_HANDLER
It was showing only the first, now this is working as expected.
2013-03-22 15:10:26 +01:00
..
2013-03-08 22:13:27 +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

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