Jocelyn Fiat 51b70a2490 First version of URI Template library
as specified by http://tools.ietf.org/html/draft-gregorio-uritemplate-05
(it seems to contains some error in the spec .. or minor incoherences, to double check)
The matcher is basic, it does not handle all the details of the string builder, but that seems ok for now.
2011-07-20 12:11:05 +02:00
2011-07-13 15:37:50 +02:00
2011-07-07 17:24:21 +02:00
2011-07-18 16:06:21 +02:00
2011-07-07 17:24:21 +02:00
2011-07-05 10:45:16 +02:00
2011-07-07 17:24:21 +02:00

Official project site for Eiffel Web Framework:
 - https://github.com/Eiffel-World/Eiffel-Web-Framework

For more information please have a look at the related wiki:
 - https://github.com/Eiffel-World/Eiffel-Web-Framework/wiki

# How to get the source code? #
 - 
= 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

# Overview #

 - library/ewsgi: Eiffel Web Server Gateway Interface

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%