mimick actual request set_header method stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 04 Feb 2010 18:29:43 +0100
branchstable
changeset 4457 297a63704761
parent 4456 e0ee73794898
child 4459 f628abfb3a6c
child 4484 d87989d91635
child 4501 71ba2d0f34f2
mimick actual request set_header method
devtools/fake.py
--- a/devtools/fake.py	Thu Feb 04 18:29:30 2010 +0100
+++ b/devtools/fake.py	Thu Feb 04 18:29:43 2010 +0100
@@ -79,7 +79,7 @@
         """
         pass
 
-    def set_header(self, header, value):
+    def set_header(self, header, value, raw=True):
         """set an output HTTP header"""
         pass