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:
parent
8314214e06
commit
7f143e0b08
4 changed files with 113 additions and 83 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue