Scroll to navigation

PYRO5-HTTPGATEWAY(1) Pyro http gateway command line launcher. PYRO5-HTTPGATEWAY(1)

NAME

pyro5-httpgateway - Pyro http gateway command line launcher.

SYNOPSIS


pyro5-httpgateway [-h] [-H HOST] [-c CORS] [-p PORT] [-e EXPOSE] [-g GATEWAYKEY] [-t TIMEOUT]

DESCRIPTION

This is a simple command line to easily get a http gateway server running.

OPTIONS

- show this help message and exit
- hostname to bind server on (default=localhost)
- Allow cross origin domain/url
- port to bind server on (default=8080) -e EXPOSE, --expose EXPOSE
  • a regex of object names to expose (default=http.) -g GATEWAYKEY, --gatewaykey GATEWAYKEY
  • the api key to use to connect to the gateway itself -t TIMEOUT, --timeout TIMEOUT
  • Pyro timeout value to use (COMMTIMEOUT setting, default=0.000000)

AUTHORS

Written by Irmen de Jong <irmen@razorvine.net>

This manual page was written by Bo YU <tsu.yubo@gmail.com>

Jan 2023 PYRO5-HTTPGATEWAY 5.14