libraries currently part of the Eiffel Web Framework
- [[Library-EWSGI]]: Eiffel Web Server Gateway Interface (prefix WGI_ for WebGatewayInterface)
- [[Library-libFCGI]]: Eiffel wrapper of libfcgi SDK (http://www.fastcgi.com/devkit/libfcgi/)
- [[Library-encoder]]: simple encoder for base64, url-encode, xml entities
- [[Library-error]]: simple framework to handle error in EWSGI and related
- [[Library-http]]: utility classes to handle HTTP protocol, status, ...
- [[Library-uri-template]]: URI Template parser and expander (follow draft spec 0.5)
libraries needed but not (yet) in the current framework
- [[Library-EiffelWebNino]]: Eiffel Web Server written in Eiffel
- [[Library-JSON]]: JSON format parser and converter
libraries that could be included, or or used
- eMIME: MIME parser, and encoder ...
- ...