短网址

时间:2024-03-03 14:35:06
【文件属性】:

文件名称:短网址

文件大小:21KB

文件格式:ZIP

更新时间:2024-03-03 14:35:06

Go

短网址 go_zero 示例 一:正常情况 进入api目录,启动rest server: go run shorturl.go 访问服务: curl -i "http://localhost:8888/shorten?url=http://www.xiaoheiban.cn" 5s后会响应: HTTP/ 1.1 200 OK Content-Type: application/json Date: Wed, 04 Nov 2020 08:19:57 GMT Content-Length: 14 { " shorten " : " " } 二:模拟优雅关闭场景 进入api目录,启动rest server: go run shorturl.go 访问服务: curl -i "http://localhost:8888/shorten?url=http://www.xiaoheiban.cn


【文件预览】:
shorturl-main
----api()
--------internal()
--------shorturl.api(534B)
--------shorturl.go(592B)
--------etc()
----go.sum(33KB)
----README.md(1KB)
----go.mod(70B)

网友评论