Coil plugin for web support.
Imported modules
|
|
from twisted.coil import coil
from twisted.python import components
from twisted.web import static, server, resource, vhost, test, proxy
import types
|
Functions
|
|
proxyFactory
siteFactory
staticFactory
testFactory
vhostFactory
|
|
proxyFactory
|
proxyFactory ( container, name )
|
|
siteFactory
|
siteFactory ( container, name )
|
|
staticFactory
|
staticFactory ( container, name )
|
|
testFactory
|
testFactory ( container, name )
|
|
vhostFactory
|
vhostFactory ( container, name )
|
Classes
|
|
|
|