| Crates.io | rocket_cors |
| lib.rs | rocket_cors |
| version | 0.6.0 |
| created_at | 2017-07-17 08:32:40.583451+00 |
| updated_at | 2023-11-18 08:11:42.572441+00 |
| description | Cross-origin resource sharing (CORS) for Rocket.rs applications |
| homepage | https://github.com/lawliet89/rocket_cors |
| repository | https://github.com/lawliet89/rocket_cors |
| max_upload_size | |
| id | 23732 |
| size | 245,560 |
Cross-origin resource sharing (CORS) for Rocket applications
If you are using Rocket 0.3, use the 0.3.0 version of this crate.
Add the following to Cargo.toml:
rocket_cors = "0.6.0"
To use the latest master branch, for example:
rocket_cors = { git = "https://github.com/lawliet89/rocket_cors", branch = "master" }
rocket_cors is licensed under either of the following, at your option: