Releases: andyxning/shortme
Releases · andyxning/shortme
shortme-1.2.0
shortme-1.1.0
- Convert same long urls to different short urls.
- Short url black list
- To avoid some words, like
f**k
andstupid
- To make sure that apis such as
/version
and/health
will only be
used as api not short urls. So that when requestinghttp://127.0.0 .1:3030/version
, version info will be returned rather the long url
corresponding to the short url "version".
- To avoid some words, like
- Base string config in configuration file
- Once this base string is specified, it can not be reconfiged anymore
otherwise the shortened urls may not be unique and thus may conflict with
previous ones.
- Once this base string is specified, it can not be reconfiged anymore
- Avoid short url loop
- In case we request the short url for an already shortened url by
shortme. This is meaningless and will consume more resource in
shortme.
- In case we request the short url for an already shortened url by
- Shorting only http or https urls
shortme-1.0.0
- Api support