uri:命令行工具,用于解析RFC 6570中指定的URI模板表达式

时间:2024-04-21 11:27:34
【文件属性】:

文件名称:uri:命令行工具,用于解析RFC 6570中指定的URI模板表达式

文件大小:15KB

文件格式:ZIP

更新时间:2024-04-21 11:27:34

golang cross-platform uri-templates commandline-tool Go

URI 您是否厌倦了通过令人敬畏的命令行管道来构建,合并,替换URL(通过Shell脚本sed / awk / tr)? 好吧! 这是缺少的部分: uri ! _ _ o / / _| URI |_ o / / |_ Templates _| 命令行工具,用于解析指定的URI模板表达式。 要获取完整的语法参考,请在此处查看RFC6570规范: ://tools.ietf.org/html/rfc6570#section-2。 表达式是占位符,将被其变量引用的值替换。 http://example.org/~{username}/ http://example.org/dictionary/{term:1}/{term} http://example.org/search{?q*,lang} 如何使用uri 该


【文件预览】:
uri-main
----go.mod(40B)
----main.go(3KB)
----testdata()
--------pets.json(605B)
--------misc.json(137B)
----LICENSE(1KB)
----README.md(2KB)
----Makefile(671B)
----.goreleaser.yml(1KB)
----templates()
--------testdata()
--------uritemplates.go(9KB)
--------uritemplates_test.go(6KB)
----.gitignore(513B)

网友评论