All Projects → lawliet89 → Rocket_cors

lawliet89 / Rocket_cors

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

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to Rocket cors

Cross Origin
🌀 跨域demo。CORS、JSONP、postMessage、websocket、document.domain、window.name、iframe等示例
Stars: ✭ 475 (+550.68%)
Mutual labels:  cors
Rocket.chat.android
Legacy mobile Rocket.Chat client in Kotlin for Android
Stars: ✭ 874 (+1097.26%)
Mutual labels:  rocket
Starter Kit
📦 Angular 11+ starter kit for enterprise-grade projects
Stars: ✭ 1,102 (+1409.59%)
Mutual labels:  rocket
Corscanner
Fast CORS misconfiguration vulnerabilities scanner🍻
Stars: ✭ 601 (+723.29%)
Mutual labels:  cors
Node Typescript Koa Rest
REST API boilerplate using NodeJS and KOA2, typescript. Logging and JWT as middlewares. TypeORM with class-validator, SQL CRUD. Docker included. Swagger docs, actions CI and valuable README
Stars: ✭ 739 (+912.33%)
Mutual labels:  cors
Bitwarden rs
Unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs
Stars: ✭ 12,536 (+17072.6%)
Mutual labels:  rocket
Wormhole
Wormhole — it's better EventEmitter for communication between tabs with supporting Master/Slave.
Stars: ✭ 393 (+438.36%)
Mutual labels:  cors
Public Cakephp Rest Api
CakePHP 3 plugin for building REST API services
Stars: ✭ 71 (-2.74%)
Mutual labels:  cors
Corsy
CORS Misconfiguration Scanner
Stars: ✭ 756 (+935.62%)
Mutual labels:  cors
Java Sec Code
Java web common vulnerabilities and security code which is base on springboot and spring security
Stars: ✭ 1,033 (+1315.07%)
Mutual labels:  cors
Laravel Cors
Send CORS headers in a Laravel application
Stars: ✭ 605 (+728.77%)
Mutual labels:  cors
Learn Nginx
Nginx 入门指南
Stars: ✭ 728 (+897.26%)
Mutual labels:  cors
Giropops Monitoring
Full stack tools for monitoring containers and other stuff. ;)
Stars: ✭ 1,019 (+1295.89%)
Mutual labels:  rocket
Cors
Node.js CORS middleware
Stars: ✭ 5,252 (+7094.52%)
Mutual labels:  cors
Spacex Api
🚀 Open Source REST API for SpaceX launch, rocket, core, capsule, starlink, launchpad, and landing pad data.
Stars: ✭ 8,973 (+12191.78%)
Mutual labels:  rocket
Chipyard
An Agile RISC-V SoC Design Framework with in-order cores, out-of-order cores, accelerators, and more
Stars: ✭ 436 (+497.26%)
Mutual labels:  rocket
Rocket
NetDisk in command line.
Stars: ✭ 40 (-45.21%)
Mutual labels:  rocket
Accord
Data validation library for Rust
Stars: ✭ 72 (-1.37%)
Mutual labels:  rocket
Laravel Api Boilerplate Jwt
A Laravel 5.8 API Boilerplate to create a ready-to-use REST API in seconds.
Stars: ✭ 1,155 (+1482.19%)
Mutual labels:  cors
Rocket.chat.ios
Legacy mobile Rocket.Chat client in Swift for iOS
Stars: ✭ 1,028 (+1308.22%)
Mutual labels:  rocket

rocket_cors

Build Status Repository Crates.io

Cross-origin resource sharing (CORS) for Rocket applications

Requirements

  • Nightly Rust
  • Rocket >= 0.4

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

There is a minimum version of Rust nightly required. This is usually higher than whatever Rocket requires plus more if the dependent crates require other features.

Nightly Rust

Rocket requires nightly Rust. You should probably install Rust with rustup, then override the code directory to use nightly instead of stable. See installation instructions.

In particular, rocket_cors is currently targetted for the latest nightly. Older nightlies might work, but they are subject to the minimum that Rocket sets.

Installation

Add the following to Cargo.toml:

rocket_cors = "0.5.1"

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:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].