negroni:用于Golang的惯用HTTP中间件

时间:2024-03-19 20:01:26
【文件属性】:

文件名称:negroni:用于Golang的惯用HTTP中间件

文件大小:66KB

文件格式:ZIP

更新时间:2024-03-19 20:01:26

Go

内格罗尼 注意:这是一个以前称为github.com/codegangsta/negroni的库github.com/codegangsta/negroni会自动将请求重定向到该存储库,但是为了清楚起见,我们建议您更新引用。 Negroni是Go中Web中间件的惯用方法。 它很小,不具干扰性,并鼓励使用net/http Handlers。 如果您喜欢的想法,但您认为它包含太多魔力,那么内格罗尼(Negroni)非常合适。 语言翻译: 入门 安装Go并设置好,创建您的第一个.go文件。 我们将其称为server.go 。 package main import ( "fmt" "net/http" "github.com/urfave/negroni" ) func main () { mux := http . NewServeMux () mux . H


【文件预览】:
negroni-master
----.travis.yml(939B)
----negroni_bench_test.go(597B)
----doc.go(702B)
----static.go(2KB)
----static_test.go(2KB)
----recovery.go(6KB)
----negroni.go(6KB)
----response_writer.go(3KB)
----LICENSE(1KB)
----logger.go(2KB)
----response_writer_pusher.go(319B)
----logger_test.go(2KB)
----recovery_test.go(5KB)
----negroni_test.go(5KB)
----response_writer_test.go(4KB)
----.gitignore(14B)
----translations()
--------README_pt_br.md(17KB)
--------README_fr_FR.md(19KB)
--------README_de_de.md(10KB)
--------README_ja_JP.md(15KB)
--------README_zh_tw.md(16KB)
--------README_zh_CN.md(17KB)
--------README_ko_KR.md(21KB)
----CHANGELOG.md(4KB)
----response_writer_pusher_test.go(648B)
----README.md(18KB)
----go.mod(36B)

网友评论