MushuLeDragon / shorturl

URL Shortener

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ShortURL

codecov

I can shorten URLs.

$ curl -X POST 127.0.0.1:8080/tsauvajon -d "https://linkedin.com/in/tsauvajon"
/tsauvajon now redirects to https://linkedin.com/in/tsauvajon

$ curl 127.0.0.1:8080/tsauvajon                                               
redirecting to https://linkedin.com/in/tsauvajon...

About

URL Shortener


Languages

Language:Rust 100.0%