module documentation
(source)

Support for creating a service which runs a web server.
Class ​Options Define the options accepted by the twistd web plugin.
Function make​Personal​Server​Factory Create and return a factory which will respond to distrib requests against the given site.
Function make​Service Undocumented
Class _​Add​Headers​Resource 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