salvo-cors

Crates.iosalvo-cors
lib.rssalvo-cors
version0.68.5
sourcesrc
created_at2022-09-28 09:23:36.761115
updated_at2024-07-09 06:46:47.334255
descriptionCORS support for salvo web server framework.
homepagehttps://salvo.rs
repositoryhttps://github.com/salvo-rs/salvo
max_upload_size
id675542
size41,778
(fankaiLiu)

documentation

README

salvo-cors

Library adds CORS protection for Salvo web framework.

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

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

Docs

Commit count: 3032

cargo fmt