https://github.com/kevindanne/gohttpredirector
A simple HTTP request redirector written in go
https://github.com/kevindanne/gohttpredirector
go golang http http-proxy http-redirect
Last synced: 2 months ago
JSON representation
A simple HTTP request redirector written in go
- Host: GitHub
- URL: https://github.com/kevindanne/gohttpredirector
- Owner: KevinDanne
- Created: 2023-02-14T13:47:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-21T18:56:45.000Z (11 months ago)
- Last Synced: 2025-01-18T07:11:56.119Z (4 months ago)
- Topics: go, golang, http, http-proxy, http-redirect
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GoHttpRedirector
A simple HTTP request redirector written in go
## CLI Arguments
| Argument | Description |
|----------------------| -------------------------------------------------------------------------------------|
| --port | Webserver port (default: 7878) |
| --routes | Name of the routes configuration file inside the routes directory (default: default) |## Routes configuration file syntax
```
=>
=>
```