falcon-jsonify
falcon-jsonify copied to clipboard
Falcon middleware to serialize/deserialize JSON with built-in request validator
Bumps [requests](https://github.com/requests/requests) from 2.12.1 to 2.20.0. Changelog *Sourced from [requests's changelog](https://github.com/psf/requests/blob/master/HISTORY.md).* > 2.20.0 (2018-10-18) > ------------------- > > **Bugfixes** > > - Content-Type header parsing is now case-insensitive (e.g. >...
When attempting to use falcons inbuilt request simulation, Falcon throws an assertion error due to the middleware not passing the required parameters to req.stream.read(): pytest output: ``` def test_post(client, mock_mongo):...
Fixes #13
Hi, I developed a file upload API and wanted to create a custom validation based on file extension. I am using `get_param` method. So how can we treat file field...
There are no tests in the package yet, but I think it would be a good idea to add some — or at least set up a test module/package as...