Added compression support to WSF_FILE_SYSTEM_HANDLER.

Added a simple example using eiffel web compression.
This commit is contained in:
jvelilla
2016-11-29 18:17:44 -03:00
parent 5a9ccce558
commit 99bf552b89
11 changed files with 166443 additions and 14 deletions

View File

@@ -0,0 +1,16 @@
<html>
<head>
<title>EWF simple_file example</title>
</head>
<body>
<h1>EWF simple_file example</h1>
<p>This is a static html file served by EWF.</p>
<p>Try to <a href="nowhere.html">get lost</a>.</p>
<a href="ewf.png"><img src="ewf.png"/></a>
<p>This is the real Eiffel tower.</p>
<a href="eiffel.jpg"><img src="eiffel.jpg"/></a>
<p>Try to <a href="big_file2.html">load a big file</a>.</p>
</body>
</html>