Added HTTP_DATE to ease http date manipulation and optimize code rather than using EiffelTime's code facilities.

Added autotests to `http' lib.
This commit is contained in:
Jocelyn Fiat
2013-01-31 11:23:11 +01:00
parent 4369637140
commit 20d5798444
9 changed files with 746 additions and 18 deletions

View File

@@ -12,6 +12,10 @@
</option>
<library name="base" location="$ISE_LIBRARY\library\base\base-safe.ecf"/>
<library name="time" location="$ISE_LIBRARY\library\time\time-safe.ecf"/>
<cluster name="src" location=".\" recursive="true"/>
<cluster name="src" location=".\" recursive="true">
<file_rule>
<exclude>/tests$</exclude>
</file_rule>
</cluster>
</target>
</system>