pyre.http.Server

Module Contents

class pyre.http.Server.Server(**kwds)

Bases: pyre.nexus.server

A server that understands HTTP

renderer
doc = the renderer of the server responses to client requests
requests
MAX_BYTES
process(self, channel)

Initiate or continue a conversation with a peer over {channel}

fulfill(self, request)

Fulfill the given fully formed client {request}

respond(self, channel, response)