Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/perbu/redirector


https://github.com/perbu/redirector

Last synced: 4 days ago
JSON representation

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/

Found.

```