Unverified Commit 62da58d1 authored by Alexey Ivushkin's avatar Alexey Ivushkin Committed by GitHub
Browse files

Add correct response on incorrect JSON (#100)



* Add correct response on incorrect JSON

Implement correct response on requests with incorrect JSON instead of
just panic. Errors in `body_to_request` are propagated to response if
they occurred before request deserialization

* Remove imports and use :: syntax within functions

Co-Authored-By: default avatarPierre Krieger <[email protected]>

* Fix module path

* Apply cargo fmt after name resolution

Co-authored-by: default avatarPierre Krieger <[email protected]>
parent 98b95a91
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment