class BackgroundHttp(object):
Background HTTP server for staging pruposes.
Method | __init__ |
Init BackgroundHttp server. |
Instance Variable | path |
Upload path. |
Instance Variable | address |
http address. |
Instance Variable | port |
http port. |
Instance Variable | thread |
Server thread. |
Property | url |
URL of background server. |
Method | start |
Start Thread. |
Method | _run |
Run Server. |