Jocelyn Fiat 035a133b5b Addition to "http" library, separated constants into
- HTTP_MIME_TYPES
 - HTTP_HEADER_NAMES
 - HTTP_REQUEST_METHODS
 - HTTP_STATUS_CODE   (already exists)

Do not set the "Status" header when using WGI_RESPONSE_BUFFER.write_header (...)
Cosmetic
2011-10-12 11:51:49 +02:00
2011-10-07 16:05:39 +02:00
2011-09-28 14:42:53 +02:00
2011-07-28 08:28:54 +02:00
2011-09-23 18:34:44 +02:00
2011-07-07 17:24:21 +02:00
2011-07-21 18:59:27 +02:00

Official project site for Eiffel Web Framework:

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

How to get the source code?

  • git clone https://github.com/Eiffel-World/Eiffel-Web-Framework.git

  • cd Eiffel-Web-Framework

  • git submodule update --init

  • git submodule foreach git pull origin master

  • git submodule foreach git checkout master

  • And to build the required and related Clibs ** cd ext/ise_library/curl ** geant compile

Overview

  • library/server/ewsgi: Eiffel Web Server Gateway Interface

  • library/server/ewsgi/connectors: various web server connectors for EWSGI

  • library/server/libfcgi: Wrapper for libfcgi SDK

  • library/server/request/router: URL dispatching/routing based on uri, uri_template, or custom.

  • library/server/request/rest: experimental: RESTful library to help building RESTful services

  • library/protocol/http: HTTP related classes, constants for status code, content types, ...

  • library/protocol/uri_template: URI Template library (parsing and expander)

  • library/error: very simple/basic library to handle error

  • library/text/encoder: Various simpler encoder: base64, url-encoder, xml entities, html entities

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%