Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/perbu/redirector
https://github.com/perbu/redirector
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/perbu/redirector
- Owner: perbu
- Created: 2022-09-08T11:29:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-08T11:34:21.000Z (over 2 years ago)
- Last Synced: 2024-11-19T02:03:18.787Z (2 months ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PoC HTTP redirector using Redis 6 client caching
This is a proof of concept for an HTTP redirector using Redis 6 client caching.
## Example usage:
```bash
$ http localhost:8080/
HTTP/1.1 302 Found
Content-Length: 46
Content-Type: text/html; charset=utf-8
Date: Thu, 08 Sep 2022 11:30:51 GMT
Location: https://www.google.com/```