baraka:处理文件上传的工具很简单 源码
巴拉卡 一种用于处理HTTP服务器的文件上传的工具 使使用http请求中的文件进行操作变得更加容易。 内容 安装 go get github.com/xis/baraka/v2 简单用法 func main () { // create a parser parser := baraka . NewParser (baraka. ParserOptions { MaxFileSize : 5 << 20 , MaxFileCount : 5 , MaxParseCount : 5 , }) store := baraka . NewFileSystemStore ( "./files" ) router := gin . Default () router . POST ( "/upload" , func ( c * gin. Context ) {
文件列表
baraka-master.zip
(预估有个20文件)
baraka-master
inspector.go
831B
.travis.yml
207B
inspector_test.go
661B
parser.go
4KB
saver_test.go
905B
part.go
377B
filter_test.go
528B
parser_test.go
660B
LICENSE
1KB
暂无评论