Skip to main content

Relay for HTTP messages (reverse proxy)

Project description

http-relay

Relay HTTP requests from localhost to a remote host (act as reverse HTTP proxy).

This HTTP relay properly processes also the nonstandard HTTP responses like ICY 200 OK produced by Shoutcast or NTRIP streaming servers.

The relay works properly with hostnames, IPv4 and IPv6 addresses. IPv6 addresses can be specified with or without [].

Usage

usage: http-relay [-h] [-n NUM_THREADS] [-b BUFFER_SIZE] [-t SIGKILL_TIMEOUT] [-s] host [port] [local_port] [local_addr]

positional arguments:
  host                  The remote host to connect to (e.g. "cvut.cz")
  port                  The remote host's port to connect to (e.g. 80).
  local_port            The local port to be used for the relay. If left out, will be the same as remote port.
  local_addr            Local interface (IP or hostname) to run the relay on. By default, it runs on all IPv4 interfaces (0.0.0.0).

optional arguments:
  -h, --help            show this help message and exit
  -n NUM_THREADS, --num-threads NUM_THREADS
                        Number of threads servicing the incoming requests.
  -b BUFFER_SIZE, --buffer-size BUFFER_SIZE
                        Size of the buffer used for reading responses. Generally, a larger buffer should be more efficient, but if it is too large, the local clients may time out before they receive any data.
  -t SIGKILL_TIMEOUT, --sigkill-timeout SIGKILL_TIMEOUT
                        If specified, the relay will be sigkilled in this number of seconds.
  -s, --sigkill-on-stream-stop
                        If True, --sigkill-timeout will not be counted when no requests are active, and during requests, each successful data transmission will reset the timeout. This can be used to detect
                        stale streams if you expect an application to be constantly receiving data.

Python module

This package also provides Python module http_relay. You can start the relay as a part of your application like this:

from http_relay import run

# ...

run("0.0.0.0", 80, "cvut.cz", 80)

Examples

http-relay cvut.cz 80 8080  # redirects local port 8080 to cvut.cz:80
http-relay cvut.cz 2101  # redirects local port 2101 to cvut.cz:2101
http-relay cvut.cz 80 8080 localhost  # redirects localhost:8080 to cvut.cz:80 (i.e. no external access to the 8080 port)

http-relay stream.cz 2101 -t 10 -s  # redirects local port 2101 to stream.cz and kills the relay after 10 secs if a stream is being downloaded and becomes stale

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

http-relay-2.1.1.tar.gz (12.0 kB view details)

Uploaded Source

Built Distribution

http_relay-2.1.1-py3-none-any.whl (10.8 kB view details)

Uploaded Python 3

File details

Details for the file http-relay-2.1.1.tar.gz.

File metadata

  • Download URL: http-relay-2.1.1.tar.gz
  • Upload date:
  • Size: 12.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for http-relay-2.1.1.tar.gz
Algorithm Hash digest
SHA256 377df0ca99a130d1904f3a6747ece5c366b6b92e4fe14a823492e02ca52d041c
MD5 fbda93f30f3a5d9a4db099d75ec33abd
BLAKE2b-256 7a6d0d9107d74e5197d7aaad38071e382124abb88867748a415cb07bcf71f8c0

See more details on using hashes here.

File details

Details for the file http_relay-2.1.1-py3-none-any.whl.

File metadata

  • Download URL: http_relay-2.1.1-py3-none-any.whl
  • Upload date:
  • Size: 10.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for http_relay-2.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 316e6aae5aaa3ad613d8e82e4c6c11642cabb1e5bb00c90af0892435b72763ec
MD5 a468e20f64ee9f66479189d7a195a517
BLAKE2b-256 d679b7e6e4a603fc419009ec828afc245908508a68f9af789781d2e2b5d5875c

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page