Mercurial > urweb
diff src/demo.sml @ 1465:2f5fd248588d
getHeader and setHeader
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sun, 29 May 2011 14:29:26 -0400 |
parents | 4dd5d23bace2 |
children | efe1a2e9e4de |
line wrap: on
line diff
--- a/src/demo.sml Sun May 29 13:31:53 2011 -0400 +++ b/src/demo.sml Sun May 29 14:29:26 2011 -0400 @@ -114,6 +114,8 @@ rewrites = #rewrites combined @ #rewrites urp, filterUrl = #filterUrl combined @ #filterUrl urp, filterMime = #filterMime combined @ #filterMime urp, + filterRequest = #filterRequest combined @ #filterRequest urp, + filterResponse = #filterResponse combined @ #filterResponse urp, protocol = mergeWith #2 (#protocol combined, #protocol urp), dbms = mergeWith #2 (#dbms combined, #dbms urp), sigFile = mergeWith #2 (#sigFile combined, #sigFile urp),