salvo-cors

Crates.iosalvo-cors
lib.rssalvo-cors
version0.74.1
sourcesrc
created_at2022-09-28 09:23:36.761115
updated_at2024-11-05 07:13:20.263771
descriptionCORS support for salvo web server framework.
homepagehttps://salvo.rs
repositoryhttps://github.com/salvo-rs/salvo
max_upload_size
id675542
size42,857
Maintainers (github:salvo-rs:maintainers)

documentation

README

salvo-cors

Library adds CORS protection for Salvo web framework.

This is an official crate, so you can enable it in Cargo.toml like this:

salvo = { version = "*", features = ["cors"] }

Docs

Commit count: 3159

cargo fmt