class documentation

class BackgroundHttp(object):

View In Hierarchy

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.
def __init__(self, path, address, port):

Init BackgroundHttp server.

ParameterspathUndocumented (type: str)
addressUndocumented (type: str)
portUndocumented (type: str)
path =

Upload path.

address =

http address.

port =

http port.

thread =

Server thread.

@property
url =

URL of background server.

def start(self):

Start Thread.

def _run(self):

Run Server.

API Documentation for v0tools, generated by pydoctor 21.2.2 at 1996-06-17 15:00:00.