nano:用GO编写的简单HTTP请求多路复用器 源码
纳米HTTP多路复用器 Nano是用Go(Golang)编写的简单优雅的HTTP请求多路复用器。 它具有具有Go net / http性能的REST API。 如果您需要极简主义,生产力和热爱简单性,Nano是一个不错的选择。 内容 安装 要安装Nano软件包,您需要安装Go并首先设置Go工作区。 首先需要安装 (需要1.11+版本),然后可以使用下面的Go命令安装Nano。 go get -u github.com/hariadivicky/nano 将其导入您的代码中: import "github.com/hariadivicky/nano" 导入net/http 。 对于h
文件列表
nano-master.zip
(预估有个21文件)
nano-master
binding.go
9KB
context_test.go
9KB
README.md
13KB
nano_test.go
2KB
router_test.go
7KB
binding_test.go
4KB
recovery.go
672B
LICENSE
1KB
router.go
3KB
暂无评论