salvo-cors

Crates.iosalvo-cors
lib.rssalvo-cors
version0.67.2
sourcesrc
created_at2022-09-28 09:23:36.761115
updated_at2024-05-07 02:13:36.881076
descriptionCORS support for salvo web server framework.
homepagehttps://salvo.rs
repositoryhttps://github.com/salvo-rs/salvo
max_upload_size
id675542
size41,819
(fankaiLiu)

documentation

README

salvo-cors

Library to Provide a CORS protection for Salvo.

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

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

Docs

Commit count: 2969

cargo fmt