Skip to content

BlsaCn/short-url

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BlsaCn/short-url

短地址转换(个人学习使用)

安装(依赖redis服务)

go get github.com/BlsaCn/short-url

使用:

1、创建短链接:http://127.0.0.1:8000/api/shorten
Method:POST
Params:{"url":"https://www.baidu.com", "expiration_min":10}

2、短链接信息:http://127.0.0.1:8000/api/info?shortLink=3
Method:GET

3、重定向到长链接:http://127.0.0.1:8000/api/3
Method:GET

About

短地址转换(个人学习使用)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages