There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
A TinyURL webserver. It allows long URL to be shortened. HTTP::GET requests to these shorter URLs will be redirected to the long URL address. No persistent longURL<->shortURL mapping for now.