Split from_data() up in smaller pieces

To still be able to handle errors correctly, also regarding the http
status code, `thiserror::Error` is used.
This commit is contained in:
finga 2021-04-03 01:10:50 +02:00
parent 8314214e06
commit 7f143e0b08
4 changed files with 113 additions and 83 deletions

View file

@ -7,7 +7,7 @@ actions.
## Build
### Install Rust
Install the Rust toolchain from [rustup.rs](https://rustup.rs)
Install the Rust toolchain from [rustup.rs](https://rustup.rs).
Further, for Rocket we need to have the nightly toolchain installed:
``` sh
@ -148,6 +148,6 @@ Each filter must have following fields:
## Configure rocket via config.yml
## Security
### https support
basically supported, but related to "Configure rocket via config.yml".
basically supported, but related to "Configure rocket via config.yml".
### Authentication features
## Use proptest or quickcheck for tests of parsers