Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/messense/rocket-lenient-json
A rocket_contrib::Json copy which removes the Content-Type check
https://github.com/messense/rocket-lenient-json
Last synced: about 2 months ago
JSON representation
A rocket_contrib::Json copy which removes the Content-Type check
- Host: GitHub
- URL: https://github.com/messense/rocket-lenient-json
- Owner: messense
- License: apache-2.0
- Archived: true
- Created: 2018-01-26T06:08:56.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-12T08:03:46.000Z (over 6 years ago)
- Last Synced: 2024-09-21T12:02:38.447Z (about 2 months ago)
- Language: Rust
- Size: 20.5 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# rocket-lenient-json
[![Build Status](https://travis-ci.org/messense/rocket-lenient-json.svg?branch=master)](https://travis-ci.org/messense/rocket-lenient-json)
[![codecov](https://codecov.io/gh/messense/rocket-lenient-json/branch/master/graph/badge.svg)](https://codecov.io/gh/messense/rocket-lenient-json)
[![Crates.io](https://img.shields.io/crates/v/rocket-lenient-json.svg)](https://crates.io/crates/rocket-lenient-json)
[![docs.rs](https://docs.rs/rocket-lenient-json/badge.svg)](https://docs.rs/rocket-lenient-json/)A `rocket_contrib::Json` copy which removes the `Content-Type` check.