A CORS Builder, performing validation and injection of CORS for misp, wisp and any framework!
at main 599 B view raw
1name = "cors_builder" 2version = "2.0.2" 3 4description = "A CORS Builder, performing validation and injection of CORS for misp, wisp and any framework!" 5licences = ["MIT"] 6links = [{title = "Sponsor", href = "https://github.com/sponsors/ghivert"}] 7repository = {type = "github", user = "ghivert", repo = "cors-builder"} 8 9[dependencies] 10gleam_http = ">= 3.6.0 and < 4.0.0" 11gleam_stdlib = ">= 0.34.0 and < 2.0.0" 12wisp = ">= 1.0.0 and < 2.0.0" 13mist = ">= 3.0.0 and < 4.0.0" 14 15[dev-dependencies] 16gleam_erlang = ">= 0.25.0 and < 1.0.0" 17gleam_httpc = ">= 3.0.0 and < 4.0.0" 18gleeunit = ">= 1.0.0 and < 2.0.0"