Jocelyn Fiat 3a979915f5 Removed HTTP_CLIENT_SESSION.post_multipart .. because it was not doing what the name might evoque
Restrict export of HTTP_CLIENT_REQUEST_CONTEXT.upload_data and upload_filename (and related) to .._SESSION and .._REQUEST
   this is mainly internal data, and is more about implementation than interface
2012-05-04 12:37:51 +02:00
2012-04-12 12:51:52 +02:00
2012-03-20 11:15:14 +01:00
2012-04-02 09:27:59 +02:00
2012-04-02 09:28:10 +02:00
2012-04-06 11:29:07 +02:00
2012-05-03 18:29:46 +02:00
2011-09-23 18:34:44 +02:00
2011-07-07 17:24:21 +02:00
2012-04-06 16:27:22 +03:00

Eiffel Web Framework

Overview

Official project site for Eiffel Web Framework:

For more information please have a look at the related wiki:

Requirements

  • Developped using EiffelStudio 7.0 (on Windows, Linux)
  • Tested using EiffelStudio 7.0 with "jenkins" CI server (and v6.8 for time to time)
  • The code have to allow void-safe compilation and non void-safe system (see more about void-safety )

How to get the source code?

Using git version >= 1.6.5

Otherwise, try

An alternative to the last 2 instructions is to use the script from tools folder:

  • cd tools

  • update_git_working_copy

  • And to build the required and related Clibs

    • cd contrib/ise_library/cURL
    • geant compile

Libraries under 'library'

server

  • ewsgi: Eiffel Web Server Gateway Interface read more
    • connectors: various web server connectors for EWSGI
  • libfcgi: Wrapper for libfcgi SDK
  • wsf: Web Server Framework read more
    • router: URL dispatching/routing based on uri, uri_template, or custom read more

protocol

  • http: HTTP related classes, constants for status code, content types, ... read more
  • uri_template: URI Template library (parsing and expander) read more
  • CONNEG: CONNEG library (Content-type Negociation) read more

client

  • http_client: simple HTTP client based on cURL read more

text

  • encoder: Various simpler encoders: base64, url-encoder, xml entities, html entities read more

crypto

  • eel
  • eapml

Others

  • error: very simple/basic library to handle error

External libraries under 'contrib'

Draft folder = call for contribution

library/server/request

  • request
    • rest: (experimental) "a" RESTful library to help building RESTful services

Examples

..

For more information please have a look at the related wiki:

Description
No description provided
Readme 19 MiB
Languages
Eiffel 61.5%
JavaScript 23.4%
C 6.6%
CSS 2.9%
CoffeeScript 2.5%
Other 3.1%