WebGate

Update of "WebGate"
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview

Artifact ID: e8d9c98324f2a21f54f893f7aeabf41e412d5363
Page Name:WebGate
Date: 2016-05-21 19:42:52
Original User: murphy
Parent: ca69197aa1642c28e0c7668e4e0221adbd64c5c9 (diff)
Content

WebGate

An (S)CGI web framework for CHICKEN.

The mode of operation can be changed between CGI and SCGI without changing a single line of web application code.

The framework handles decoding of GET or POST requests with bodies of application/x-www-form-urlencoded or multipart/form-data content types (handlers for other types can be added), routing of requested paths with some static and some variable components to request handlers, suspension of the current continuation to be resumed by a later request and rendering of HTML5 content from an X-expression tree.