modulepackage
0.0.0-20220109183747-9da643bf6c8e
Repository: https://github.com/webtor-io/retry-proxy.git
Documentation: pkg.go.dev
# README
retry-proxy
Reverse proxy with retry capabilities.
- Retries requests with linear backoff.
- Continues broken transfers with sequential range requests.
This proxy was made to withstand connection interruptions of user downloads during rollouts inside k8s cluster.
Usage:
./retry-proxy
NAME:
retry-proxy - Retries requests
USAGE:
retry-proxy [global options] command [command options] [arguments...]
VERSION:
0.0.1
COMMANDS:
serve, s Serves web server
help, h Shows a list of commands or help for one command
GLOBAL OPTIONS:
--help, -h show help
--version, -v print the version
# Packages
No description provided by the author