Ecosyste.ms: Awesome
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 days ago
JSON representation
A short URL redirector, written in Haskell using Snap
- Host: GitHub
- URL: https://github.com/aesiniath/redirector
- Owner: aesiniath
- License: gpl-2.0
- Created: 2012-11-01T06:24:20.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2018-04-23T06:53:27.000Z (over 6 years ago)
- Last Synced: 2024-03-26T20:27:23.371Z (8 months ago)
- Topics: haskell
- Language: Haskell
- Homepage:
- Size: 65.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: COPYING
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.