Run the Zope3 Publisher using Twisted's HTTP server.
Imported modules
|
|
from Zope.Publisher.DefaultPublication import DefaultPublication
from Zope.Publisher.HTTP.BrowserPayload import BrowserRequestPayload, BrowserResponsePayload
from Zope.Publisher.HTTP.HTTPRequest import HTTPRequest
from Zope.Publisher.HTTP.HTTPResponse import HTTPResponse
from Zope.Publisher.Publish import publish
from cStringIO import StringIO
from twisted.protocols import protocol
from twisted.web import server
|
Classes
|
|
|
|