Expand description
§Shorty
shorty
is a URL shortener: it assigns a short ID to a URL of any length, and when people will
access the URL with that short ID, they will be redirected to the original URL.
Modules§
- redis_
facade - redis_facade is a convenience module holding
RedisFacade
Structs§
- Shortener
Shortener
is the struct exposing methodslookup
andshorten
.- Shortener
Error - Shortener
Result - A struct with the successful result of a URL shortening. It holds the original
url
and the resultingid