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 |
Create and return a factory which will respond to distrib requests against the given site.
| Parameters | site | Undocumented (type: twisted.web.server.Site) |
| Returns | Undocumented (type: twisted.internet.protocol.Factory) | |