Skip to content

Cross-origin resource sharing (CORS) for Rocket.rs applications

License

Notifications You must be signed in to change notification settings

namespace-uk/rocket_cors

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rocket_cors

Build Status Repository Crates.io

Cross-origin resource sharing (CORS) for Rocket applications

Requirements

  • Rocket >= 0.4

If you are using Rocket 0.3, use the 0.3.0 version of this crate.

Installation

Add the following to Cargo.toml:

rocket_cors = "0.5.2"

To use the latest master branch, for example:

rocket_cors = { git = "https://github.com/lawliet89/rocket_cors", branch = "master" }

Reference

License

rocket_cors is licensed under either of the following, at your option:

About

Cross-origin resource sharing (CORS) for Rocket.rs applications

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 100.0%