Skip to content

donpdonp/boomerang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple URL shortener/redirect.

To create a new redirect, do an HTTP POST to the slug or short-name that you'd like to use in the future. Put the destination URL in the body of the POST.

POST /<slug>
<url>

Then use the slug normally, http://my_server/slug will redirect to the associated URL.

GET /<slug>

About

simple and fast http redirect service using go-lang and leveldb

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published