Expanding TXT support
[hcoop/domtool2.git] / lib / mod_mime.dtl
... / ...
CommitLineData
1{{Support for Apache's mod_mime}}
2
3extern val addType : no_spaces -> no_spaces -> [^Vhost];
4{{See <a href="http://httpd.apache.org/docs/2.0/mod/mod_mime.html#addtype">the
5 Apache documentation</a>.}}
6
7extern type filter;
8extern val includes : filter;
9extern val deflate : filter;
10extern val addOutputFilter : [filter] -> [no_spaces] -> [^Vhost];
11{{See <a href="http://httpd.apache.org/docs/2.0/mod/mod_mime.html#addoutputfilter">the
12 Apache documentation</a>.}}