Go to the source code of this file.
Classes | |
class | http_pipe.Error |
class | http_pipe.PipelineRequestHandler |
class | http_pipe.PipelineServer |
class | http_pipe.RequestParser |
class | http_pipe.RequestTooLargeError |
class | http_pipe.ResponseBuilder |
class | http_pipe.ServeIndexError |
class | http_pipe.UnexpectedMethodError |
Namespaces | |
namespace | http_pipe |
Variables | |
tuple | http_pipe.args = parser.parse_args() |
tuple | http_pipe.f = open(args.pidfile, 'w') |
string | http_pipe.help = "file name for the PID" |
string | http_pipe.INFO_MESSAGE |
int | http_pipe.MAX_REQUEST_SIZE = 1024 |
float | http_pipe.MIN_POLL_TIME = 0.01 |
tuple | http_pipe.parser = argparse.ArgumentParser() |
tuple | http_pipe.pid = os.getpid() |
float | http_pipe.SEND_BUFFER_TIME = 0.5 |
tuple | http_pipe.server = PipelineServer(('0.0.0.0', args.port), PipelineRequestHandler) |
int | http_pipe.TIMEOUT = 30 |
string | http_pipe.type = "port to listen on" |