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

https://github.com/aesiniath/redirector

A short URL redirector, written in Haskell using Snap
https://github.com/aesiniath/redirector

haskell

Last synced: 3 months ago
JSON representation

A short URL redirector, written in Haskell using Snap

Awesome Lists containing this project

README

        

A short URL redirector, in Snap
===============================

Simple use case: immediately HTTP redirect in response to requests based on
looking up the target corresponding to the supplied hash code. For example,

Implemented as a small web application in Haskell, using the Snap Framework.
You'll want to have Redis installed locally to use it.