Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.