pyre.weaver.HTTP

Module Contents

class pyre.weaver.HTTP.HTTP

Bases: pyre.component

An 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

footer(self)

Render the footer of the document