module documentation

Http Servers Module.

Variable SERV_PREFIXES SERVER helper prefixes for windows and linux based systems.
Variable PS_REMOTE_DOWNLOAD_OBJ Powershell Download Template.
Class PutHTTPRequestHandler Extend SimpleHTTPRequestHandler to handle PUT requests
Function serve Server a file or directory via http.
Function uploader Server PUT requests for file uploads.
Class BackgroundHttp Background HTTP server for staging pruposes.
Function powershell_serv Powershell server in a temporary thread.
Function main Run main function.
SERV_PREFIXES =

SERVER helper prefixes for windows and linux based systems.

(type: dict[str, str])
PS_REMOTE_DOWNLOAD_OBJ =

Powershell Download Template.

def serve(address, port, serv_path, display='none'):

Server a file or directory via http.

ParametersaddressUndocumented (type: str)
portUndocumented (type: str)
serv_pathUndocumented (type: str)
displayUndocumented
def uploader(address, port, serv_path):

Server PUT requests for file uploads.

ParametersaddressUndocumented (type: str)
portUndocumented (type: str)
serv_pathUndocumented (type: str)
def powershell_serv(address, port, file):

Powershell server in a temporary thread.

ParametersaddressUndocumented (type: str)
portUndocumented (type: str)
fileUndocumented (type: str)
def main():

Run main function.

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