文件名称:cors:官方CORS杜松子酒的中间件
文件大小:12KB
文件格式:ZIP
更新时间:2024-05-21 13:41:19
Go
CORS gin的中间件 杜松子酒中间件/处理程序以启用CORS支持。 用法 开始使用它 下载并安装: $ go get github.com/gin-contrib/cors 将其导入您的代码中: import "github.com/gin-contrib/cors" 规范示例: package main import ( "time" "github.com/gin-contrib/cors" "github.com/gin-gonic/gin" ) func main () { router := gin . Default () // CORS for https://foo.com and https://github.com origins, allowing: // - PUT and PATCH methods // - Origin header
【文件预览】:
cors-master
----.gitignore(160B)
----go.mod(233B)
----utils.go(2KB)
----.travis.yml(623B)
----LICENSE(1KB)
----go.sum(5KB)
----examples()
--------example.go(703B)
----README.md(2KB)
----cors.go(5KB)
----cors_test.go(14KB)
----config.go(3KB)