pyre.weaver.HTTP¶
Module Contents¶
-
class
pyre.weaver.HTTP.HTTP¶ Bases:
pyre.componentAn HTTP compliant document renderer
-
encoding¶
-
doc= the encoding for HTTP headers¶
-
version= [1, 0]¶
-
render(self, document, **kwds)¶ Render the document
-
header(self, document)¶ Render the header of the document
-
body(self, document, **kwds)¶ Render the body of the document
Render the footer of the document
-