cors:Go的CORS nethttp中间件

时间:2024-05-23 11:00:39
【文件属性】:

文件名称:cors:Go的CORS nethttp中间件

文件大小:11KB

文件格式:ZIP

更新时间:2024-05-23 11:00:39

Go

CORS net / http中间件 是一个叉提供一个net/http为在服务器侧执行预检检查CORS兼容中间件。 使用浏览器的本地需要这些标头。 该中间件旨在用作路由器上的*中间件。 如果未添加与OPTIONS匹配的路由,则在r.Group()内使用r.Group()或使用With()将无法工作。 用法 func main () { r := chi . NewRouter () // Basic CORS // for more ideas, see: https://developer.github.com/v3/#cross-origin-resource-sharing r . Use ( cors . Handler (cors. Options { // AllowedOrigins: []string{"https://foo.com"},


【文件预览】:
cors-master
----utils.go(1KB)
----go.mod(39B)
----.github()
--------workflows()
----cors_test.go(13KB)
----cors.go(12KB)
----LICENSE(1KB)
----_example()
--------main.go(2KB)
----README.md(2KB)
----utils_test.go(2KB)

网友评论