module documentation

Support for creating a service which runs a web server.

Class Options Define the options accepted by the twistd web plugin.
Function makePersonalServerFactory Create and return a factory which will respond to distrib requests against the given site.
Function makeService Undocumented
Class _AddHeadersResource Undocumented
def makePersonalServerFactory(site): (source)

Create and return a factory which will respond to distrib requests against the given site.

Parameters
site:twisted.web.server.SiteUndocumented
Returns
twisted.internet.protocol.FactoryUndocumented
def makeService(config): (source)

Undocumented